newFactories() — netty Function Reference
Architecture documentation for the newFactories() function in EpollSocketConnectTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 4fa0f140_5066_d4a0_3943_8e37855ef1ff["newFactories()"] 06ce9e56_c619_47ec_140e_69dde6bb79a2["EpollSocketConnectTest"] 4fa0f140_5066_d4a0_3943_8e37855ef1ff -->|defined in| 06ce9e56_c619_47ec_140e_69dde6bb79a2 style 4fa0f140_5066_d4a0_3943_8e37855ef1ff fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketConnectTest.java lines 27–30
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return EpollSocketTestPermutation.INSTANCE.socketWithoutFastOpen();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does newFactories() do?
newFactories() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketConnectTest.java.
Where is newFactories() defined?
newFactories() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketConnectTest.java at line 27.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free