Home / Function/ SSLEngine() — netty Function Reference

SSLEngine() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/OpenSslContext.java lines 54–58

    @Override
    final SSLEngine newEngine0(ByteBufAllocator alloc, String peerHost, int peerPort, boolean jdkCompatibilityMode) {
        return new OpenSslEngine(this, alloc, peerHost, peerPort, jdkCompatibilityMode,
                endpointIdentificationAlgorithm, serverNames);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free