getEnabledProtocols() — netty Function Reference
Architecture documentation for the getEnabledProtocols() function in QuicheQuicSslEngine.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 07976af1_d3d6_5923_29e6_4a28b8f230c5["getEnabledProtocols()"] e2b1e99a_c7f5_6131_4f6e_9152328bf145["QuicheQuicSslEngine"] 07976af1_d3d6_5923_29e6_4a28b8f230c5 -->|defined in| e2b1e99a_c7f5_6131_4f6e_9152328bf145 e668ca3e_4779_bde2_9871_0a42b7d60324["getSupportedProtocols()"] 07976af1_d3d6_5923_29e6_4a28b8f230c5 -->|calls| e668ca3e_4779_bde2_9871_0a42b7d60324 style 07976af1_d3d6_5923_29e6_4a28b8f230c5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicSslEngine.java lines 184–187
@Override
public String[] getEnabledProtocols() {
return getSupportedProtocols();
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does getEnabledProtocols() do?
getEnabledProtocols() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicSslEngine.java.
Where is getEnabledProtocols() defined?
getEnabledProtocols() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicSslEngine.java at line 184.
What does getEnabledProtocols() call?
getEnabledProtocols() calls 1 function(s): getSupportedProtocols.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free