Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c5b25128_93e1_ea90_8a4c_66ba17a626d6["newFactories()"]
  45cf98f9_f382_61ce_2c2e_54c3fe56eb5d["EpollDomainSocketDataReadInitialStateTest"]
  c5b25128_93e1_ea90_8a4c_66ba17a626d6 -->|defined in| 45cf98f9_f382_61ce_2c2e_54c3fe56eb5d
  style c5b25128_93e1_ea90_8a4c_66ba17a626d6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketDataReadInitialStateTest.java lines 32–35

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

Analyze Your Own Codebase

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

Try Supermodel Free