Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  09c24344_34e3_068c_7657_ab183d8f034d["newFactories()"]
  af97e060_ba37_7469_a3de_611f92ab8af3["KQueueSocketEchoTest"]
  09c24344_34e3_068c_7657_ab183d8f034d -->|defined in| af97e060_ba37_7469_a3de_611f92ab8af3
  style 09c24344_34e3_068c_7657_ab183d8f034d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketEchoTest.java lines 27–30

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

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

Analyze Your Own Codebase

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

Try Supermodel Free