setTcpMd5Sig() — netty Function Reference
Architecture documentation for the setTcpMd5Sig() function in EpollServerSocketChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e61f3b7c_f198_c082_1f7f_3a030ab3d8b2["setTcpMd5Sig()"] c1aed026_8c85_f1eb_3103_3eaa6aa73d75["EpollServerSocketChannel"] e61f3b7c_f198_c082_1f7f_3a030ab3d8b2 -->|defined in| c1aed026_8c85_f1eb_3103_3eaa6aa73d75 style e61f3b7c_f198_c082_1f7f_3a030ab3d8b2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollServerSocketChannel.java lines 113–118
void setTcpMd5Sig(Map<InetAddress, byte[]> keys) throws IOException {
// Add synchronized as newTcpMp5Sigs might do multiple operations on the socket itself.
synchronized (this) {
tcpMd5SigAddresses = TcpMd5Util.newTcpMd5Sigs(this, tcpMd5SigAddresses, keys);
}
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does setTcpMd5Sig() do?
setTcpMd5Sig() is a function in the netty codebase, defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollServerSocketChannel.java.
Where is setTcpMd5Sig() defined?
setTcpMd5Sig() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollServerSocketChannel.java at line 113.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free