Home / Function/ getSupportedProtocols() — netty Function Reference

getSupportedProtocols() — netty Function Reference

Architecture documentation for the getSupportedProtocols() function in QuicheQuicSslEngine.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e668ca3e_4779_bde2_9871_0a42b7d60324["getSupportedProtocols()"]
  e2b1e99a_c7f5_6131_4f6e_9152328bf145["QuicheQuicSslEngine"]
  e668ca3e_4779_bde2_9871_0a42b7d60324 -->|defined in| e2b1e99a_c7f5_6131_4f6e_9152328bf145
  07976af1_d3d6_5923_29e6_4a28b8f230c5["getEnabledProtocols()"]
  07976af1_d3d6_5923_29e6_4a28b8f230c5 -->|calls| e668ca3e_4779_bde2_9871_0a42b7d60324
  style e668ca3e_4779_bde2_9871_0a42b7d60324 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicSslEngine.java lines 178–182

    @Override
    public String[] getSupportedProtocols() {
        // QUIC only supports TLSv1.3
        return new String[] { "TLSv1.3" };
    }

Domain

Subdomains

Frequently Asked Questions

What does getSupportedProtocols() do?
getSupportedProtocols() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicSslEngine.java.
Where is getSupportedProtocols() defined?
getSupportedProtocols() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicSslEngine.java at line 178.
What calls getSupportedProtocols()?
getSupportedProtocols() is called by 1 function(s): getEnabledProtocols.

Analyze Your Own Codebase

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

Try Supermodel Free