Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  35129a9e_27e3_8418_5f0d_91bc7f3bc553["newFactories()"]
  2dfb7eb2_3faa_5856_a064_e669b248b786["EpollSocketRstTest"]
  35129a9e_27e3_8418_5f0d_91bc7f3bc553 -->|defined in| 2dfb7eb2_3faa_5856_a064_e669b248b786
  style 35129a9e_27e3_8418_5f0d_91bc7f3bc553 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketRstTest.java lines 33–36

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

Analyze Your Own Codebase

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

Try Supermodel Free