Home / Function/ newVSockStream0() — netty Function Reference

newVSockStream0() — netty Function Reference

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

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  8b7b13e6_8ba5_0d91_0819_fcc25da045ed["newVSockStream0()"]
  d4234a66_3b23_bb74_6392_7b4eca8428c6["LinuxSocket"]
  8b7b13e6_8ba5_0d91_0819_fcc25da045ed -->|defined in| d4234a66_3b23_bb74_6392_7b4eca8428c6
  e7ee6e9e_71aa_96bc_e1b6_41026f0157ad["LinuxSocket()"]
  e7ee6e9e_71aa_96bc_e1b6_41026f0157ad -->|calls| 8b7b13e6_8ba5_0d91_0819_fcc25da045ed
  450ebf43_ffbf_d400_4f91_57e5a0802529["newVSockStreamFd()"]
  8b7b13e6_8ba5_0d91_0819_fcc25da045ed -->|calls| 450ebf43_ffbf_d400_4f91_57e5a0802529
  style 8b7b13e6_8ba5_0d91_0819_fcc25da045ed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java lines 392–398

    static int newVSockStream0() {
        int res = newVSockStreamFd();
        if (res < 0) {
            throw new ChannelException(newIOException("newVSockStream", res));
        }
        return res;
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does newVSockStream0() do?
newVSockStream0() is a function in the netty codebase, defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java.
Where is newVSockStream0() defined?
newVSockStream0() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java at line 392.
What does newVSockStream0() call?
newVSockStream0() calls 1 function(s): newVSockStreamFd.
What calls newVSockStream0()?
newVSockStream0() is called by 1 function(s): LinuxSocket.

Analyze Your Own Codebase

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

Try Supermodel Free