Home / Function/ handshakeFinished() — netty Function Reference

handshakeFinished() — netty Function Reference

Architecture documentation for the handshakeFinished() function in OpenSslSessionCache.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  625d1cae_0c82_1ffe_d3f1_7a9a0decb06f["handshakeFinished()"]
  ae52002d_8b57_6128_3dc8_7352beeb0a8f["NativeSslSession"]
  625d1cae_0c82_1ffe_d3f1_7a9a0decb06f -->|defined in| ae52002d_8b57_6128_3dc8_7352beeb0a8f
  style 625d1cae_0c82_1ffe_d3f1_7a9a0decb06f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java lines 393–397

        @Override
        public void handshakeFinished(byte[] id, String cipher, String protocol, byte[] peerCertificate,
                                      byte[][] peerCertificateChain, long creationTime, long timeout) {
            throw new UnsupportedOperationException();
        }

Domain

Subdomains

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/OpenSslSessionCache.java.
Where is handshakeFinished() defined?
handshakeFinished() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSslSessionCache.java at line 393.

Analyze Your Own Codebase

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

Try Supermodel Free