setHandshakeApplicationProtocolSelector() — netty Function Reference
Architecture documentation for the setHandshakeApplicationProtocolSelector() function in BouncyCastleAlpnSslEngine.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8c0111b5_6f97_0a83_26b7_19eb8512e2ad["setHandshakeApplicationProtocolSelector()"] 836d3b73_8cf4_9bbc_2909_e1ee92d26968["BouncyCastleAlpnSslEngine"] 8c0111b5_6f97_0a83_26b7_19eb8512e2ad -->|defined in| 836d3b73_8cf4_9bbc_2909_e1ee92d26968 a469827c_80b2_0435_f517_775947ee704a["BouncyCastleAlpnSslEngine()"] a469827c_80b2_0435_f517_775947ee704a -->|calls| 8c0111b5_6f97_0a83_26b7_19eb8512e2ad style 8c0111b5_6f97_0a83_26b7_19eb8512e2ad fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/BouncyCastleAlpnSslEngine.java lines 51–53
public void setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String> selector) {
BouncyCastleAlpnSslUtils.setHandshakeApplicationProtocolSelector(getWrappedEngine(), selector);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setHandshakeApplicationProtocolSelector() do?
setHandshakeApplicationProtocolSelector() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/BouncyCastleAlpnSslEngine.java.
Where is setHandshakeApplicationProtocolSelector() defined?
setHandshakeApplicationProtocolSelector() is defined in handler/src/main/java/io/netty/handler/ssl/BouncyCastleAlpnSslEngine.java at line 51.
What calls setHandshakeApplicationProtocolSelector()?
setHandshakeApplicationProtocolSelector() is called by 1 function(s): BouncyCastleAlpnSslEngine.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free