Home / Function/ OpenSslContext() — netty Function Reference

OpenSslContext() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ec37edb8_35c7_2b8f_60cb_e25c23679c56["OpenSslContext()"]
  d2ab9337_e899_4f42_194c_134953927a55["OpenSslContext"]
  ec37edb8_35c7_2b8f_60cb_e25c23679c56 -->|defined in| d2ab9337_e899_4f42_194c_134953927a55
  style ec37edb8_35c7_2b8f_60cb_e25c23679c56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/OpenSslContext.java lines 33–42

    OpenSslContext(Iterable<String> ciphers, CipherSuiteFilter cipherFilter, ApplicationProtocolConfig apnCfg,
                   int mode, Certificate[] keyCertChain,
                   ClientAuth clientAuth, String[] protocols, boolean startTls, String endpointIdentificationAlgorithm,
                   boolean enableOcsp, List<SNIServerName> serverNames, ResumptionController resumptionController,
                   Map.Entry<SslContextOption<?>, Object>... options)
            throws SSLException {
        super(ciphers, cipherFilter, toNegotiator(apnCfg), mode, keyCertChain,
                clientAuth, protocols, startTls, endpointIdentificationAlgorithm, enableOcsp, false,
                serverNames, resumptionController, options);
    }

Domain

Subdomains

Frequently Asked Questions

What does OpenSslContext() do?
OpenSslContext() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/OpenSslContext.java.
Where is OpenSslContext() defined?
OpenSslContext() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSslContext.java at line 33.

Analyze Your Own Codebase

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

Try Supermodel Free