exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in SocketFileRegionTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7f016959_f7c8_b589_846c_4ee88d1f39be["exceptionCaught()"] 10e97476_1f4e_884d_9a84_89bb17909051["TestHandler"] 7f016959_f7c8_b589_846c_4ee88d1f39be -->|defined in| 10e97476_1f4e_884d_9a84_89bb17909051 6eac02da_298b_00fe_bf12_0ee99a88a418["testFileRegion0()"] 6eac02da_298b_00fe_bf12_0ee99a88a418 -->|calls| 7f016959_f7c8_b589_846c_4ee88d1f39be style 7f016959_f7c8_b589_846c_4ee88d1f39be fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketFileRegionTest.java lines 310–316
@Override
public void exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) throws Exception {
if (exception.compareAndSet(null, cause)) {
ctx.close();
}
}
Domain
Subdomains
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/SocketFileRegionTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketFileRegionTest.java at line 310.
What calls exceptionCaught()?
exceptionCaught() is called by 1 function(s): testFileRegion0.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free