handleException() — netty Function Reference
Architecture documentation for the handleException() function in EpollSocketTcpMd5Test.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD de3d1602_7245_e829_980d_ec2b06897ef9["handleException()"] 4ad7f2f4_20c9_39d9_b4a2_dd9acb80ba6d["EpollSocketTcpMd5Test"] de3d1602_7245_e829_980d_ec2b06897ef9 -->|defined in| 4ad7f2f4_20c9_39d9_b4a2_dd9acb80ba6d fe12e1f7_e859_7c1c_55bd_5ffe279d6b6d["testServerSocketChannelOption()"] fe12e1f7_e859_7c1c_55bd_5ffe279d6b6d -->|calls| de3d1602_7245_e829_980d_ec2b06897ef9 f757b65f_b1d3_dc89_5070_e2b7f1e2eeab["testServerOption()"] f757b65f_b1d3_dc89_5070_e2b7f1e2eeab -->|calls| de3d1602_7245_e829_980d_ec2b06897ef9 33c4a1f1_08d9_e303_45b6_dae4fcaafca7["testKeyMismatch()"] 33c4a1f1_08d9_e303_45b6_dae4fcaafca7 -->|calls| de3d1602_7245_e829_980d_ec2b06897ef9 f87e0da2_6453_e575_af3a_19d254719c3f["testKeyMatch()"] f87e0da2_6453_e575_af3a_19d254719c3f -->|calls| de3d1602_7245_e829_980d_ec2b06897ef9 style de3d1602_7245_e829_980d_ec2b06897ef9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTcpMd5Test.java lines 83–90
private static void handleException(ChannelException ce) {
if (ce.getMessage().contains("Protocol not available")) {
// Some operating systems don't allow or support the TCP_MD5SIG option.
// Abort the test (instead of failing) if that's the case.
Assumptions.abort(ce.getMessage());
}
throw ce;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does handleException() do?
handleException() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTcpMd5Test.java.
Where is handleException() defined?
handleException() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTcpMd5Test.java at line 83.
What calls handleException()?
handleException() is called by 4 function(s): testKeyMatch, testKeyMismatch, testServerOption, testServerSocketChannelOption.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free