Home / Function/ exceptionCaught() — netty Function Reference

exceptionCaught() — netty Function Reference

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

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  34210bcc_6ca0_7798_55bc_dcc668becd2f["exceptionCaught()"]
  5ec40c34_8d5c_78f5_faae_88d1b1b5c3de["SpdyEchoTestServerHandler"]
  34210bcc_6ca0_7798_55bc_dcc668becd2f -->|defined in| 5ec40c34_8d5c_78f5_faae_88d1b1b5c3de
  fb9e7f63_4fed_0e1a_6ef1_49c981606aa8["exceptionCaught()"]
  fb9e7f63_4fed_0e1a_6ef1_49c981606aa8 -->|calls| 34210bcc_6ca0_7798_55bc_dcc668becd2f
  fb9e7f63_4fed_0e1a_6ef1_49c981606aa8["exceptionCaught()"]
  34210bcc_6ca0_7798_55bc_dcc668becd2f -->|calls| fb9e7f63_4fed_0e1a_6ef1_49c981606aa8
  style 34210bcc_6ca0_7798_55bc_dcc668becd2f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSpdyEchoTest.java lines 271–276

        @Override
        public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
            if (exception.compareAndSet(null, cause)) {
                ctx.close();
            }
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does exceptionCaught() do?
exceptionCaught() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSpdyEchoTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSpdyEchoTest.java at line 271.
What does exceptionCaught() call?
exceptionCaught() calls 1 function(s): exceptionCaught.
What calls exceptionCaught()?
exceptionCaught() 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