Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  28cd212d_6d20_3cb0_5c3c_f8b6d99b43a2["newFactories()"]
  e8c55e99_f1c3_8f90_1b73_feb0c71c2460["KQueueDomainSocketSslGreetingTest"]
  28cd212d_6d20_3cb0_5c3c_f8b6d99b43a2 -->|defined in| e8c55e99_f1c3_8f90_1b73_feb0c71c2460
  style 28cd212d_6d20_3cb0_5c3c_f8b6d99b43a2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketSslGreetingTest.java lines 32–35

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

Domain

Subdomains

Frequently Asked Questions

What does newFactories() do?
newFactories() is a function in the netty codebase, defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketSslGreetingTest.java.
Where is newFactories() defined?
newFactories() is defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketSslGreetingTest.java at line 32.

Analyze Your Own Codebase

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

Try Supermodel Free