Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  eb87c828_d6eb_2918_a43e_223509dc3ba4["newFactories()"]
  c2019ce2_372d_6bb6_d102_3e7b1e2aff42["EpollDomainSocketSslEchoTest"]
  eb87c828_d6eb_2918_a43e_223509dc3ba4 -->|defined in| c2019ce2_372d_6bb6_d102_3e7b1e2aff42
  style eb87c828_d6eb_2918_a43e_223509dc3ba4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

Analyze Your Own Codebase

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

Try Supermodel Free