testServerSocketChannelOption() — netty Function Reference
Architecture documentation for the testServerSocketChannelOption() function in EpollSocketTcpMd5Test.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD fe12e1f7_e859_7c1c_55bd_5ffe279d6b6d["testServerSocketChannelOption()"] 4ad7f2f4_20c9_39d9_b4a2_dd9acb80ba6d["EpollSocketTcpMd5Test"] fe12e1f7_e859_7c1c_55bd_5ffe279d6b6d -->|defined in| 4ad7f2f4_20c9_39d9_b4a2_dd9acb80ba6d de3d1602_7245_e829_980d_ec2b06897ef9["handleException()"] fe12e1f7_e859_7c1c_55bd_5ffe279d6b6d -->|calls| de3d1602_7245_e829_980d_ec2b06897ef9 style fe12e1f7_e859_7c1c_55bd_5ffe279d6b6d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTcpMd5Test.java lines 72–81
@Test
public void testServerSocketChannelOption() throws Exception {
try {
server.config().setOption(EpollChannelOption.TCP_MD5SIG,
Collections.<InetAddress, byte[]>singletonMap(NetUtil.LOCALHOST4, SERVER_KEY));
server.config().setOption(EpollChannelOption.TCP_MD5SIG, Collections.<InetAddress, byte[]>emptyMap());
} catch (ChannelException ce) {
handleException(ce);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testServerSocketChannelOption() do?
testServerSocketChannelOption() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTcpMd5Test.java.
Where is testServerSocketChannelOption() defined?
testServerSocketChannelOption() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTcpMd5Test.java at line 72.
What does testServerSocketChannelOption() call?
testServerSocketChannelOption() calls 1 function(s): handleException.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free