Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b8352388_1678_cb7c_7d5b_4fd62bdf8403["newFactories()"]
  53c6f312_23e0_d73e_14c6_d2a3c2f6e02e["EpollSocketCloseForciblyTest"]
  b8352388_1678_cb7c_7d5b_4fd62bdf8403 -->|defined in| 53c6f312_23e0_d73e_14c6_d2a3c2f6e02e
  style b8352388_1678_cb7c_7d5b_4fd62bdf8403 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketCloseForciblyTest.java lines 26–29

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

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

Analyze Your Own Codebase

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

Try Supermodel Free