exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in SocketStartTlsTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e55e6e8d_48a5_b20f_94a2_0b423edb68cd["exceptionCaught()"] 8d39ef67_652c_2edd_2588_d7b0ba28610d["StartTlsClientHandler"] e55e6e8d_48a5_b20f_94a2_0b423edb68cd -->|defined in| 8d39ef67_652c_2edd_2588_d7b0ba28610d 4facaa50_e7d2_bf72_8db4_c3370155818e["exceptionCaught()"] 4facaa50_e7d2_bf72_8db4_c3370155818e -->|calls| e55e6e8d_48a5_b20f_94a2_0b423edb68cd 4facaa50_e7d2_bf72_8db4_c3370155818e["exceptionCaught()"] e55e6e8d_48a5_b20f_94a2_0b423edb68cd -->|calls| 4facaa50_e7d2_bf72_8db4_c3370155818e style e55e6e8d_48a5_b20f_94a2_0b423edb68cd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStartTlsTest.java lines 285–294
@Override
public void exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) throws Exception {
if (logger.isWarnEnabled()) {
logger.warn("Unexpected exception from the client side", cause);
}
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/SocketStartTlsTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStartTlsTest.java at line 285.
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