Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  6aca6a5e_829e_578b_8ee2_1750b01176ad["newFactories()"]
  7d82fb16_a675_27c8_1804_a6ea86515d66["KQueueSocketSslEchoTest"]
  6aca6a5e_829e_578b_8ee2_1750b01176ad -->|defined in| 7d82fb16_a675_27c8_1804_a6ea86515d66
  style 6aca6a5e_829e_578b_8ee2_1750b01176ad fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketSslEchoTest.java lines 26–29

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

Analyze Your Own Codebase

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

Try Supermodel Free