Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  1336c5da_e373_a2e8_c47f_69292a31cf57["newFactories()"]
  44ca8a92_5751_41c6_bcd8_edbc769d581f["EpollSocketHalfClosedTest"]
  1336c5da_e373_a2e8_c47f_69292a31cf57 -->|defined in| 44ca8a92_5751_41c6_bcd8_edbc769d581f
  style 1336c5da_e373_a2e8_c47f_69292a31cf57 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

Analyze Your Own Codebase

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

Try Supermodel Free