Home / Function/ newSocketDgram0() — netty Function Reference

newSocketDgram0() — netty Function Reference

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

Function java Buffer Search calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  5bf22e48_5748_0d16_fc7b_36890c1532dc["newSocketDgram0()"]
  c1db2c0c_ff79_5334_3102_02a56efa545c["Socket"]
  5bf22e48_5748_0d16_fc7b_36890c1532dc -->|defined in| c1db2c0c_ff79_5334_3102_02a56efa545c
  e74eaf71_6af3_e7fb_1697_ec27c6e1ba6e["Socket()"]
  e74eaf71_6af3_e7fb_1697_ec27c6e1ba6e -->|calls| 5bf22e48_5748_0d16_fc7b_36890c1532dc
  d6fc9580_2466_bd2d_8229_e7c0e95b46e0["isIPv6Preferred()"]
  5bf22e48_5748_0d16_fc7b_36890c1532dc -->|calls| d6fc9580_2466_bd2d_8229_e7c0e95b46e0
  54ce885b_d37c_959b_00f2_f27130981083["shouldUseIpv6()"]
  5bf22e48_5748_0d16_fc7b_36890c1532dc -->|calls| 54ce885b_d37c_959b_00f2_f27130981083
  99f184e7_6e96_3c7f_cc48_306f0f80910b["newSocketDgramFd()"]
  5bf22e48_5748_0d16_fc7b_36890c1532dc -->|calls| 99f184e7_6e96_3c7f_cc48_306f0f80910b
  style 5bf22e48_5748_0d16_fc7b_36890c1532dc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

    protected static int newSocketDgram0() {
        return newSocketDgram0(isIPv6Preferred());
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does newSocketDgram0() do?
newSocketDgram0() is a function in the netty codebase, defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/Socket.java.
Where is newSocketDgram0() defined?
newSocketDgram0() is defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/Socket.java at line 624.
What does newSocketDgram0() call?
newSocketDgram0() calls 3 function(s): isIPv6Preferred, newSocketDgramFd, shouldUseIpv6.
What calls newSocketDgram0()?
newSocketDgram0() 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