Home / Function/ newSocketDomain0() — netty Function Reference

newSocketDomain0() — netty Function Reference

Architecture documentation for the newSocketDomain0() function in Socket.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  4bf86162_094c_f224_d645_c14f37efbe1a["newSocketDomain0()"]
  c1db2c0c_ff79_5334_3102_02a56efa545c["Socket"]
  4bf86162_094c_f224_d645_c14f37efbe1a -->|defined in| c1db2c0c_ff79_5334_3102_02a56efa545c
  e74eaf71_6af3_e7fb_1697_ec27c6e1ba6e["Socket()"]
  e74eaf71_6af3_e7fb_1697_ec27c6e1ba6e -->|calls| 4bf86162_094c_f224_d645_c14f37efbe1a
  33956299_7c83_bfc4_981c_5bb427ba89a3["newSocketDomainFd()"]
  4bf86162_094c_f224_d645_c14f37efbe1a -->|calls| 33956299_7c83_bfc4_981c_5bb427ba89a3
  style 4bf86162_094c_f224_d645_c14f37efbe1a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-unix-common/src/main/java/io/netty/channel/unix/Socket.java lines 651–657

    protected static int newSocketDomain0() {
        int res = newSocketDomainFd();
        if (res < 0) {
            throw new ChannelException(newIOException("newSocketDomain", res));
        }
        return res;
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does newSocketDomain0() do?
newSocketDomain0() is a function in the netty codebase, defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/Socket.java.
Where is newSocketDomain0() defined?
newSocketDomain0() is defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/Socket.java at line 651.
What does newSocketDomain0() call?
newSocketDomain0() calls 1 function(s): newSocketDomainFd.
What calls newSocketDomain0()?
newSocketDomain0() is called by 1 function(s): Socket.

Analyze Your Own Codebase

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

Try Supermodel Free