exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in TrafficShapingHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 01ef637b_bff4_995e_0f39_6616a588b6f2["exceptionCaught()"] a564e1e7_3954_c4e6_4213_33ab700f033a["ServerHandler"] 01ef637b_bff4_995e_0f39_6616a588b6f2 -->|defined in| a564e1e7_3954_c4e6_4213_33ab700f033a 95e2723c_5787_0f0f_2e8f_0aea1fb6330f["exceptionCaught()"] 95e2723c_5787_0f0f_2e8f_0aea1fb6330f -->|calls| 01ef637b_bff4_995e_0f39_6616a588b6f2 95e2723c_5787_0f0f_2e8f_0aea1fb6330f["exceptionCaught()"] 01ef637b_bff4_995e_0f39_6616a588b6f2 -->|calls| 95e2723c_5787_0f0f_2e8f_0aea1fb6330f style 01ef637b_bff4_995e_0f39_6616a588b6f2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 596–602
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
if (exception.compareAndSet(null, cause)) {
cause.printStackTrace();
ctx.close();
}
}
Domain
Subdomains
Defined In
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/TrafficShapingHandlerTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java at line 596.
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