Home / Function/ handshakeFailure() — netty Function Reference

handshakeFailure() — netty Function Reference

Architecture documentation for the handshakeFailure() function in ApplicationProtocolNegotiationHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6e83dea8_36d9_a481_62de_f87541b25143["handshakeFailure()"]
  0233e67b_aa3b_d75b_4c03_f8c1ecbc9db1["ApplicationProtocolNegotiationHandler"]
  6e83dea8_36d9_a481_62de_f87541b25143 -->|defined in| 0233e67b_aa3b_d75b_4c03_f8c1ecbc9db1
  6d5c26f8_b0b4_a613_e7c9_27748639d0b3["exceptionCaught()"]
  6d5c26f8_b0b4_a613_e7c9_27748639d0b3 -->|calls| 6e83dea8_36d9_a481_62de_f87541b25143
  style 6e83dea8_36d9_a481_62de_f87541b25143 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandler.java lines 190–193

    protected void handshakeFailure(ChannelHandlerContext ctx, Throwable cause) throws Exception {
        logger.warn("{} TLS handshake failed:", ctx.channel(), cause);
        ctx.close();
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does handshakeFailure() do?
handshakeFailure() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandler.java.
Where is handshakeFailure() defined?
handshakeFailure() is defined in handler/src/main/java/io/netty/handler/ssl/ApplicationProtocolNegotiationHandler.java at line 190.
What calls handshakeFailure()?
handshakeFailure() is called by 1 function(s): exceptionCaught.

Analyze Your Own Codebase

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

Try Supermodel Free