Home / Function/ setTcpMd5Sig() — netty Function Reference

setTcpMd5Sig() — netty Function Reference

Architecture documentation for the setTcpMd5Sig() function in LinuxSocket.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  1df503f1_bfbc_1937_20e6_b6da9d565486["setTcpMd5Sig()"]
  d4234a66_3b23_bb74_6392_7b4eca8428c6["LinuxSocket"]
  1df503f1_bfbc_1937_20e6_b6da9d565486 -->|defined in| d4234a66_3b23_bb74_6392_7b4eca8428c6
  style 1df503f1_bfbc_1937_20e6_b6da9d565486 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java lines 236–239

    void setTcpMd5Sig(InetAddress address, byte[] key) throws IOException {
        final NativeInetAddress a = NativeInetAddress.newInstance(address);
        setTcpMd5Sig(intValue(), ipv6, a.address(), a.scopeId(), key);
    }

Domain

Subdomains

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/LinuxSocket.java.
Where is setTcpMd5Sig() defined?
setTcpMd5Sig() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java at line 236.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free