Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  34468936_48da_a894_6b39_b9ece2b00577["newFactories()"]
  344b1b5d_2d0e_1f5e_a595_7c8d2729a7e2["EpollDomainSocketEchoTest"]
  34468936_48da_a894_6b39_b9ece2b00577 -->|defined in| 344b1b5d_2d0e_1f5e_a595_7c8d2729a7e2
  style 34468936_48da_a894_6b39_b9ece2b00577 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketEchoTest.java lines 31–34

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

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

Analyze Your Own Codebase

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

Try Supermodel Free