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