Home / Function/ setHandshakeApplicationProtocolSelector() — netty Function Reference

setHandshakeApplicationProtocolSelector() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  05804058_11a3_ef8b_a929_ad3f2f11d38d["setHandshakeApplicationProtocolSelector()"]
  d8cb79d3_c5a5_3f8e_f6cb_0f6af1b8dc77["JdkAlpnSslEngine"]
  05804058_11a3_ef8b_a929_ad3f2f11d38d -->|defined in| d8cb79d3_c5a5_3f8e_f6cb_0f6af1b8dc77
  d4048a74_84a2_23f7_b9f4_1bbd8bb6d1d7["JdkAlpnSslEngine()"]
  d4048a74_84a2_23f7_b9f4_1bbd8bb6d1d7 -->|calls| 05804058_11a3_ef8b_a929_ad3f2f11d38d
  style 05804058_11a3_ef8b_a929_ad3f2f11d38d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/JdkAlpnSslEngine.java lines 199–202

    @SuppressWarnings("override")
    public void setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String> selector) {
        JdkAlpnSslUtils.setHandshakeApplicationProtocolSelector(getWrappedEngine(), selector);
    }

Domain

Subdomains

Called By

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/JdkAlpnSslEngine.java.
Where is setHandshakeApplicationProtocolSelector() defined?
setHandshakeApplicationProtocolSelector() is defined in handler/src/main/java/io/netty/handler/ssl/JdkAlpnSslEngine.java at line 199.
What calls setHandshakeApplicationProtocolSelector()?
setHandshakeApplicationProtocolSelector() is called by 1 function(s): JdkAlpnSslEngine.

Analyze Your Own Codebase

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

Try Supermodel Free