socket() — netty Function Reference
Architecture documentation for the socket() function in EpollSocketTestPermutation.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 335abf57_1f78_b084_42ff_cd6927a6ed50["socket()"] 2104f5df_e24e_3ceb_8b6a_7d1927ef598b["EpollSocketTestPermutation"] 335abf57_1f78_b084_42ff_cd6927a6ed50 -->|defined in| 2104f5df_e24e_3ceb_8b6a_7d1927ef598b 47c6d0f4_b1a7_fe4b_72a6_5367947357c9["serverSocket()"] 335abf57_1f78_b084_42ff_cd6927a6ed50 -->|calls| 47c6d0f4_b1a7_fe4b_72a6_5367947357c9 847d5e04_f3f3_6693_5b55_7be952eb485e["clientSocketWithFastOpen()"] 335abf57_1f78_b084_42ff_cd6927a6ed50 -->|calls| 847d5e04_f3f3_6693_5b55_7be952eb485e style 335abf57_1f78_b084_42ff_cd6927a6ed50 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java lines 49–57
@Override
public List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> socket() {
List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> list =
combo(serverSocket(), clientSocketWithFastOpen());
list.remove(list.size() - 1); // Exclude NIO x NIO test
return list;
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does socket() do?
socket() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java.
Where is socket() defined?
socket() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java at line 49.
What does socket() call?
socket() calls 2 function(s): clientSocketWithFastOpen, serverSocket.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free