Home / Function/ setEnabledProtocols() — netty Function Reference

setEnabledProtocols() — netty Function Reference

Architecture documentation for the setEnabledProtocols() function in OpenSslErrorStackAssertSSLEngine.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  301c74d8_b278_852b_babe_a43675607e9b["setEnabledProtocols()"]
  c3be1c23_22d3_d6c2_573c_838e7e595d0f["OpenSslErrorStackAssertSSLEngine"]
  301c74d8_b278_852b_babe_a43675607e9b -->|defined in| c3be1c23_22d3_d6c2_573c_838e7e595d0f
  00e92905_ebd4_1074_5630_486bae32415d["assertErrorStackEmpty()"]
  301c74d8_b278_852b_babe_a43675607e9b -->|calls| 00e92905_ebd4_1074_5630_486bae32415d
  style 301c74d8_b278_852b_babe_a43675607e9b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java lines 205–212

    @Override
    public void setEnabledProtocols(String[] strings) {
        try {
            getWrappedEngine().setEnabledProtocols(strings);
        } finally {
            assertErrorStackEmpty();
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does setEnabledProtocols() do?
setEnabledProtocols() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java.
Where is setEnabledProtocols() defined?
setEnabledProtocols() is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java at line 205.
What does setEnabledProtocols() call?
setEnabledProtocols() calls 1 function(s): assertErrorStackEmpty.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free