Home / Function/ exceptionCaught() — netty Function Reference

exceptionCaught() — netty Function Reference

Architecture documentation for the exceptionCaught() function in ParameterizedSslHandlerTest.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  8012c2ef_ec06_9bdf_064e_3c1e7ba7f4b8["exceptionCaught()"]
  fbe5a904_e2f4_3f60_ff77_a8aa6a453d31["ReentryWriteSslHandshakeHandler"]
  8012c2ef_ec06_9bdf_064e_3c1e7ba7f4b8 -->|defined in| fbe5a904_e2f4_3f60_ff77_a8aa6a453d31
  f520a1a6_f743_e43e_b161_6512d3e242bf["compositeBufSizeEstimationGuaranteesSynchronousWrite()"]
  f520a1a6_f743_e43e_b161_6512d3e242bf -->|calls| 8012c2ef_ec06_9bdf_064e_3c1e7ba7f4b8
  92d0ae6e_cc71_8410_b3eb_18399def41e7["testAlertProducedAndSend()"]
  92d0ae6e_cc71_8410_b3eb_18399def41e7 -->|calls| 8012c2ef_ec06_9bdf_064e_3c1e7ba7f4b8
  f60ede47_5a49_014d_9440_53ed2959c4d1["appendError()"]
  8012c2ef_ec06_9bdf_064e_3c1e7ba7f4b8 -->|calls| f60ede47_5a49_014d_9440_53ed2959c4d1
  style 8012c2ef_ec06_9bdf_064e_3c1e7ba7f4b8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java lines 670–674

        @Override
        public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) {
            appendError(cause);
            ctx.fireExceptionCaught(cause);
        }

Domain

Subdomains

Frequently Asked Questions

What does exceptionCaught() do?
exceptionCaught() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java at line 670.
What does exceptionCaught() call?
exceptionCaught() calls 1 function(s): appendError.
What calls exceptionCaught()?
exceptionCaught() is called by 2 function(s): compositeBufSizeEstimationGuaranteesSynchronousWrite, testAlertProducedAndSend.

Analyze Your Own Codebase

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

Try Supermodel Free