setHandshakeApplicationProtocolSelector() — netty Function Reference
Architecture documentation for the setHandshakeApplicationProtocolSelector() function in OpenSslErrorStackAssertSSLEngine.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD dcb54ff1_42c9_7588_7be7_9a08e4365379["setHandshakeApplicationProtocolSelector()"] c3be1c23_22d3_d6c2_573c_838e7e595d0f["OpenSslErrorStackAssertSSLEngine"] dcb54ff1_42c9_7588_7be7_9a08e4365379 -->|defined in| c3be1c23_22d3_d6c2_573c_838e7e595d0f 00e92905_ebd4_1074_5630_486bae32415d["assertErrorStackEmpty()"] dcb54ff1_42c9_7588_7be7_9a08e4365379 -->|calls| 00e92905_ebd4_1074_5630_486bae32415d style dcb54ff1_42c9_7588_7be7_9a08e4365379 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java lines 362–371
public void setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String> selector) {
if (PlatformDependent.javaVersion() >= 9) {
try {
JdkAlpnSslUtils.setHandshakeApplicationProtocolSelector(getWrappedEngine(), selector);
} finally {
assertErrorStackEmpty();
}
}
throw new UnsupportedOperationException();
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does setHandshakeApplicationProtocolSelector() do?
setHandshakeApplicationProtocolSelector() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java.
Where is setHandshakeApplicationProtocolSelector() defined?
setHandshakeApplicationProtocolSelector() is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslErrorStackAssertSSLEngine.java at line 362.
What does setHandshakeApplicationProtocolSelector() call?
setHandshakeApplicationProtocolSelector() calls 1 function(s): assertErrorStackEmpty.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free