Home / Function/ socket() — netty Function Reference

socket() — netty Function Reference

Architecture documentation for the socket() function in IoUringSocketTestPermutation.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c1e75e72_1fe9_86bb_68ec_48a6b5ac7da0["socket()"]
  b9d8589a_7c28_e55d_4254_c7b2d8ffa8b8["IoUringSocketTestPermutation"]
  c1e75e72_1fe9_86bb_68ec_48a6b5ac7da0 -->|defined in| b9d8589a_7c28_e55d_4254_c7b2d8ffa8b8
  7467ee49_e8a4_ea57_29ca_b6eb7836ed2f["serverSocket()"]
  c1e75e72_1fe9_86bb_68ec_48a6b5ac7da0 -->|calls| 7467ee49_e8a4_ea57_29ca_b6eb7836ed2f
  9edf18b1_0126_8e3b_3058_75bc5ecb89d1["clientSocket()"]
  c1e75e72_1fe9_86bb_68ec_48a6b5ac7da0 -->|calls| 9edf18b1_0126_8e3b_3058_75bc5ecb89d1
  style c1e75e72_1fe9_86bb_68ec_48a6b5ac7da0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketTestPermutation.java lines 78–87

    @Override
    public List<BootstrapComboFactory<ServerBootstrap, Bootstrap>> socket() {

        List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> list =
                combo(serverSocket(), clientSocket());

        list.remove(list.size() - 1); // Exclude NIO x NIO test

        return list;
    }

Domain

Subdomains

Frequently Asked Questions

What does socket() do?
socket() is a function in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketTestPermutation.java.
Where is socket() defined?
socket() is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketTestPermutation.java at line 78.
What does socket() call?
socket() calls 2 function(s): clientSocket, serverSocket.

Analyze Your Own Codebase

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

Try Supermodel Free