exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in QuicChannelConnectTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c6ec3ec0_2d6d_3639_c4e3_86428a4b30c8["exceptionCaught()"] 04230313_da2e_f648_4aed_09357f0dd6e4["ExceptionHandler"] c6ec3ec0_2d6d_3639_c4e3_86428a4b30c8 -->|defined in| 04230313_da2e_f648_4aed_09357f0dd6e4 b66c47bf_b8b9_427f_0751_880e5d17347d["testALPNProtocolMissmatch()"] b66c47bf_b8b9_427f_0751_880e5d17347d -->|calls| c6ec3ec0_2d6d_3639_c4e3_86428a4b30c8 20eb8163_1fbd_998f_f387_7624a4432818["testConnectMutualAuthFailsIfClientNotSendCertificate()"] 20eb8163_1fbd_998f_f387_7624a4432818 -->|calls| c6ec3ec0_2d6d_3639_c4e3_86428a4b30c8 85c4da75_cf58_8101_6f8b_953f81bbb9dc["testConnectKeyless0()"] 85c4da75_cf58_8101_6f8b_953f81bbb9dc -->|calls| c6ec3ec0_2d6d_3639_c4e3_86428a4b30c8 72055865_bca8_c8ab_3a11_db9184b60c81["testConnectWithActiveConnectionIdLimit()"] 72055865_bca8_c8ab_3a11_db9184b60c81 -->|calls| c6ec3ec0_2d6d_3639_c4e3_86428a4b30c8 style c6ec3ec0_2d6d_3639_c4e3_86428a4b30c8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java lines 1812–1815
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) {
causeRef.compareAndSet(null, cause);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does exceptionCaught() do?
exceptionCaught() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java at line 1812.
What calls exceptionCaught()?
exceptionCaught() is called by 4 function(s): testALPNProtocolMissmatch, testConnectKeyless0, testConnectMutualAuthFailsIfClientNotSendCertificate, testConnectWithActiveConnectionIdLimit.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free