Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  02fbd520_6e90_7def_32eb_dc2d061f6599["newFactories()"]
  08f4c4b6_3a7a_397e_afdc_1f01d9109e87["EpollDomainSocketAddressesTest"]
  02fbd520_6e90_7def_32eb_dc2d061f6599 -->|defined in| 08f4c4b6_3a7a_397e_afdc_1f01d9109e87
  style 02fbd520_6e90_7def_32eb_dc2d061f6599 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketAddressesTest.java lines 36–39

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

Analyze Your Own Codebase

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

Try Supermodel Free