Home / Function/ socketWithoutFastOpen() — netty Function Reference

socketWithoutFastOpen() — netty Function Reference

Architecture documentation for the socketWithoutFastOpen() function in EpollSocketTestPermutation.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8171cf8b_ad3e_bc87_d330_94a645c86641["socketWithoutFastOpen()"]
  2104f5df_e24e_3ceb_8b6a_7d1927ef598b["EpollSocketTestPermutation"]
  8171cf8b_ad3e_bc87_d330_94a645c86641 -->|defined in| 2104f5df_e24e_3ceb_8b6a_7d1927ef598b
  47c6d0f4_b1a7_fe4b_72a6_5367947357c9["serverSocket()"]
  8171cf8b_ad3e_bc87_d330_94a645c86641 -->|calls| 47c6d0f4_b1a7_fe4b_72a6_5367947357c9
  526ee6ce_d0a5_a7a0_3443_4820e7b83107["clientSocket()"]
  8171cf8b_ad3e_bc87_d330_94a645c86641 -->|calls| 526ee6ce_d0a5_a7a0_3443_4820e7b83107
  style 8171cf8b_ad3e_bc87_d330_94a645c86641 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java lines 59–66

    public List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> socketWithoutFastOpen() {
        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 socketWithoutFastOpen() do?
socketWithoutFastOpen() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java.
Where is socketWithoutFastOpen() defined?
socketWithoutFastOpen() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java at line 59.
What does socketWithoutFastOpen() call?
socketWithoutFastOpen() 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