Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  2af0be13_82a7_c1c2_100c_f45f84e29c78["newFactories()"]
  ee8a6aa1_bf53_bca5_b45f_1488c7be868d["EpollDomainSocketFixedLengthEchoTest"]
  2af0be13_82a7_c1c2_100c_f45f84e29c78 -->|defined in| ee8a6aa1_bf53_bca5_b45f_1488c7be868d
  style 2af0be13_82a7_c1c2_100c_f45f84e29c78 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketFixedLengthEchoTest.java lines 33–36

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

Analyze Your Own Codebase

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

Try Supermodel Free