isAlpnSupported() — netty Function Reference
Architecture documentation for the isAlpnSupported() function in OpenSsl.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 900fb1dc_21f2_793a_d0cc_dbf2e84679a7["isAlpnSupported()"] ed038636_6deb_9fdb_0fd6_26635e25e0e6["OpenSsl"] 900fb1dc_21f2_793a_d0cc_dbf2e84679a7 -->|defined in| ed038636_6deb_9fdb_0fd6_26635e25e0e6 02787f75_56a0_3d33_4fc4_fed3dbd5571b["version()"] 900fb1dc_21f2_793a_d0cc_dbf2e84679a7 -->|calls| 02787f75_56a0_3d33_4fc4_fed3dbd5571b style 900fb1dc_21f2_793a_d0cc_dbf2e84679a7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/OpenSsl.java lines 612–615
@Deprecated
public static boolean isAlpnSupported() {
return version() >= 0x10002000L;
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does isAlpnSupported() do?
isAlpnSupported() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/OpenSsl.java.
Where is isAlpnSupported() defined?
isAlpnSupported() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSsl.java at line 612.
What does isAlpnSupported() call?
isAlpnSupported() calls 1 function(s): version.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free