SSLEngine() — netty Function Reference
Architecture documentation for the SSLEngine() function in JdkAlpnApplicationProtocolNegotiator.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c3706d17_0c25_2ac5_4023_9c86ecd08bed["SSLEngine()"] b5a8291f_d29f_a2d2_21cd_c96fbc1fdffd["FailureWrapper"] c3706d17_0c25_2ac5_4023_9c86ecd08bed -->|defined in| b5a8291f_d29f_a2d2_21cd_c96fbc1fdffd style c3706d17_0c25_2ac5_4023_9c86ecd08bed fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/JdkAlpnApplicationProtocolNegotiator.java lines 119–124
@Override
public SSLEngine wrapSslEngine(SSLEngine engine, ByteBufAllocator alloc,
JdkApplicationProtocolNegotiator applicationNegotiator, boolean isServer) {
throw new RuntimeException("ALPN unsupported. Does your JDK version support it?"
+ " For Conscrypt, add the appropriate Conscrypt JAR to classpath and set the security provider.");
}
Domain
Subdomains
Source
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/JdkAlpnApplicationProtocolNegotiator.java.
Where is SSLEngine() defined?
SSLEngine() is defined in handler/src/main/java/io/netty/handler/ssl/JdkAlpnApplicationProtocolNegotiator.java at line 119.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free