serverSocket() — netty Function Reference
Architecture documentation for the serverSocket() function in EpollSocketStringEchoBusyWaitTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 493c3a1e_25b5_33a7_58cb_19c8f3fbdc15["serverSocket()"] cec5ab39_3b45_79d9_36d1_e0de33b63ea7["EpollSocketStringEchoBusyWaitTest"] 493c3a1e_25b5_33a7_58cb_19c8f3fbdc15 -->|defined in| cec5ab39_3b45_79d9_36d1_e0de33b63ea7 d71a34a1_533f_8a84_c4f2_528af3de6d45["newFactories()"] d71a34a1_533f_8a84_c4f2_528af3de6d45 -->|calls| 493c3a1e_25b5_33a7_58cb_19c8f3fbdc15 style 493c3a1e_25b5_33a7_58cb_19c8f3fbdc15 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketStringEchoBusyWaitTest.java lines 84–91
private static BootstrapFactory<ServerBootstrap> serverSocket() {
return new BootstrapFactory<ServerBootstrap>() {
@Override
public ServerBootstrap newInstance() {
return new ServerBootstrap().group(EPOLL_LOOP).channel(EpollServerSocketChannel.class);
}
};
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does serverSocket() do?
serverSocket() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketStringEchoBusyWaitTest.java.
Where is serverSocket() defined?
serverSocket() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketStringEchoBusyWaitTest.java at line 84.
What calls serverSocket()?
serverSocket() is called by 1 function(s): newFactories.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free