exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in SocketSpdyEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD fb9e7f63_4fed_0e1a_6ef1_49c981606aa8["exceptionCaught()"] 4c87ad0e_19af_537a_1acb_ce96aa7fd113["SpdyEchoTestClientHandler"] fb9e7f63_4fed_0e1a_6ef1_49c981606aa8 -->|defined in| 4c87ad0e_19af_537a_1acb_ce96aa7fd113 34210bcc_6ca0_7798_55bc_dcc668becd2f["exceptionCaught()"] 34210bcc_6ca0_7798_55bc_dcc668becd2f -->|calls| fb9e7f63_4fed_0e1a_6ef1_49c981606aa8 34210bcc_6ca0_7798_55bc_dcc668becd2f["exceptionCaught()"] fb9e7f63_4fed_0e1a_6ef1_49c981606aa8 -->|calls| 34210bcc_6ca0_7798_55bc_dcc668becd2f style fb9e7f63_4fed_0e1a_6ef1_49c981606aa8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSpdyEchoTest.java lines 309–314
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
if (exception.compareAndSet(null, cause)) {
ctx.close();
}
}
Domain
Subdomains
Calls
Called By
Source
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 309.
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