joinSsmGroup() — netty Function Reference
Architecture documentation for the joinSsmGroup() function in LinuxSocket.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b446cd77_a66d_2b48_c4aa_168c21b8b70c["joinSsmGroup()"] d4234a66_3b23_bb74_6392_7b4eca8428c6["LinuxSocket"] b446cd77_a66d_2b48_c4aa_168c21b8b70c -->|defined in| d4234a66_3b23_bb74_6392_7b4eca8428c6 01b16067_2cfe_5641_e182_eca4f3e10eec["joinGroup()"] 01b16067_2cfe_5641_e182_eca4f3e10eec -->|calls| b446cd77_a66d_2b48_c4aa_168c21b8b70c style b446cd77_a66d_2b48_c4aa_168c21b8b70c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java lines 456–457
private static native void joinSsmGroup(int fd, boolean ipv6, byte[] group, byte[] interfaceAddress,
int scopeId, int interfaceIndex, byte[] source) throws IOException;
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does joinSsmGroup() do?
joinSsmGroup() is a function in the netty codebase, defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java.
Where is joinSsmGroup() defined?
joinSsmGroup() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java at line 456.
What calls joinSsmGroup()?
joinSsmGroup() is called by 1 function(s): joinGroup.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free