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