Home / Function/ newFactories() — netty Function Reference

newFactories() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  af8af601_fab7_3627_be9d_4ce78f97c2a4["newFactories()"]
  17adeed7_9318_64e0_5b00_062d215a68fe["EpollSocketShutdownOutputByPeerTest"]
  af8af601_fab7_3627_be9d_4ce78f97c2a4 -->|defined in| 17adeed7_9318_64e0_5b00_062d215a68fe
  style af8af601_fab7_3627_be9d_4ce78f97c2a4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketShutdownOutputByPeerTest.java lines 25–28

    @Override
    protected List<TestsuitePermutation.BootstrapFactory<ServerBootstrap>> newFactories() {
        return EpollSocketTestPermutation.INSTANCE.serverSocket();
    }

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

Analyze Your Own Codebase

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

Try Supermodel Free