Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

Architecture documentation for the newFactories() function in EpollCompositeBufferGatheringWriteTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  120be41e_29f3_a7b4_f74d_30be80fc9e26["newFactories()"]
  8f373f39_b65e_a07d_6f33_98b6911b65b7["EpollCompositeBufferGatheringWriteTest"]
  120be41e_29f3_a7b4_f74d_30be80fc9e26 -->|defined in| 8f373f39_b65e_a07d_6f33_98b6911b65b7
  style 120be41e_29f3_a7b4_f74d_30be80fc9e26 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollCompositeBufferGatheringWriteTest.java lines 27–30

    @Override
    protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
        return EpollSocketTestPermutation.INSTANCE.socketWithoutFastOpen();
    }

Domain

Subdomains

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/EpollCompositeBufferGatheringWriteTest.java.
Where is newFactories() defined?
newFactories() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollCompositeBufferGatheringWriteTest.java at line 27.

Analyze Your Own Codebase

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

Try Supermodel Free