Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  90a52a77_445f_91d6_e5b2_0253b51c3777["newFactories()"]
  b6d98d60_bb2e_2531_5867_f19ef2a37edf["KQueueDomainSocketEchoTest"]
  90a52a77_445f_91d6_e5b2_0253b51c3777 -->|defined in| b6d98d60_bb2e_2531_5867_f19ef2a37edf
  style 90a52a77_445f_91d6_e5b2_0253b51c3777 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketEchoTest.java lines 31–34

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

Analyze Your Own Codebase

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

Try Supermodel Free