setInterface() — netty Function Reference
Architecture documentation for the setInterface() function in LinuxSocket.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 0e121858_6d09_a7ae_8a93_1f4bde13ae3a["setInterface()"] b60ae45e_66b1_2a0f_625b_421b64bfcb66["LinuxSocket"] 0e121858_6d09_a7ae_8a93_1f4bde13ae3a -->|defined in| b60ae45e_66b1_2a0f_625b_421b64bfcb66 a2dd8161_7d60_315b_8bb9_31aa1d70c12a["setNetworkInterface()"] a2dd8161_7d60_315b_8bb9_31aa1d70c12a -->|calls| 0e121858_6d09_a7ae_8a93_1f4bde13ae3a e153647a_353a_1569_6039_2670f6c0a5c4["interfaceIndex()"] 0e121858_6d09_a7ae_8a93_1f4bde13ae3a -->|calls| e153647a_353a_1569_6039_2670f6c0a5c4 style 0e121858_6d09_a7ae_8a93_1f4bde13ae3a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java lines 57–60
void setInterface(InetAddress address) throws IOException {
final NativeInetAddress a = NativeInetAddress.newInstance(address);
setInterface(intValue(), ipv6, a.address(), a.scopeId(), interfaceIndex(address));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does setInterface() do?
setInterface() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java.
Where is setInterface() defined?
setInterface() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java at line 57.
What does setInterface() call?
setInterface() calls 1 function(s): interfaceIndex.
What calls setInterface()?
setInterface() is called by 1 function(s): setNetworkInterface.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free