handshakeFinished() — netty Function Reference
Architecture documentation for the handshakeFinished() function in ExtendedOpenSslSession.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 05fab9b2_e619_706b_128d_66c9f3eaf549["handshakeFinished()"] 835034fc_685f_5f00_94f5_614858a55cc9["ExtendedOpenSslSession"] 05fab9b2_e619_706b_128d_66c9f3eaf549 -->|defined in| 835034fc_685f_5f00_94f5_614858a55cc9 style 05fab9b2_e619_706b_128d_66c9f3eaf549 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/ExtendedOpenSslSession.java lines 248–252
@Override
public void handshakeFinished(byte[] id, String cipher, String protocol, byte[] peerCertificate,
byte[][] peerCertificateChain, long creationTime, long timeout) throws SSLException {
wrapped.handshakeFinished(id, cipher, protocol, peerCertificate, peerCertificateChain, creationTime, timeout);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does handshakeFinished() do?
handshakeFinished() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/ExtendedOpenSslSession.java.
Where is handshakeFinished() defined?
handshakeFinished() is defined in handler/src/main/java/io/netty/handler/ssl/ExtendedOpenSslSession.java at line 248.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free