Home / Class/ EpollSocketFixedLengthEchoTest Class — netty Architecture

EpollSocketFixedLengthEchoTest Class — netty Architecture

Architecture documentation for the EpollSocketFixedLengthEchoTest class in EpollSocketFixedLengthEchoTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7f498334_a110_e204_9f7f_a4f6f0f80b1b["EpollSocketFixedLengthEchoTest"]
  a56760a5_c9a9_b5e9_8b05_cca84b34d066["EpollSocketFixedLengthEchoTest.java"]
  7f498334_a110_e204_9f7f_a4f6f0f80b1b -->|defined in| a56760a5_c9a9_b5e9_8b05_cca84b34d066
  bd001183_6fc3_0fd8_ee16_f2cf34bed411["newFactories()"]
  7f498334_a110_e204_9f7f_a4f6f0f80b1b -->|method| bd001183_6fc3_0fd8_ee16_f2cf34bed411

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketFixedLengthEchoTest.java lines 25–31

public class EpollSocketFixedLengthEchoTest extends SocketFixedLengthEchoTest {

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

Frequently Asked Questions

What is the EpollSocketFixedLengthEchoTest class?
EpollSocketFixedLengthEchoTest is a class in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketFixedLengthEchoTest.java.
Where is EpollSocketFixedLengthEchoTest defined?
EpollSocketFixedLengthEchoTest is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketFixedLengthEchoTest.java at line 25.

Analyze Your Own Codebase

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

Try Supermodel Free