exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in SocketSslGreetingTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 559ebb4b_b191_c496_eab2_0d6796a061c7["exceptionCaught()"] 66e89978_a142_df82_01d1_1aeb097c9792["ClientHandler"] 559ebb4b_b191_c496_eab2_0d6796a061c7 -->|defined in| 66e89978_a142_df82_01d1_1aeb097c9792 c9e8eba7_0abb_6e43_3675_24061410a872["exceptionCaught()"] c9e8eba7_0abb_6e43_3675_24061410a872 -->|calls| 559ebb4b_b191_c496_eab2_0d6796a061c7 c9e8eba7_0abb_6e43_3675_24061410a872["exceptionCaught()"] 559ebb4b_b191_c496_eab2_0d6796a061c7 -->|calls| c9e8eba7_0abb_6e43_3675_24061410a872 style 559ebb4b_b191_c496_eab2_0d6796a061c7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslGreetingTest.java lines 205–214
@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/SocketSslGreetingTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslGreetingTest.java at line 205.
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