Home / Class/ EpollSocketStringEchoTest Class — netty Architecture

EpollSocketStringEchoTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  f288eb5c_83bd_bdd2_8a68_cb82f7518353["EpollSocketStringEchoTest"]
  b05235a0_9f7f_95a5_cf40_862472d89aac["EpollSocketStringEchoTest.java"]
  f288eb5c_83bd_bdd2_8a68_cb82f7518353 -->|defined in| b05235a0_9f7f_95a5_cf40_862472d89aac
  d4c2dcfb_ceb7_bfa8_947c_94b6b3d594f4["newFactories()"]
  f288eb5c_83bd_bdd2_8a68_cb82f7518353 -->|method| d4c2dcfb_ceb7_bfa8_947c_94b6b3d594f4

Relationship Graph

Source Code

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

public class EpollSocketStringEchoTest extends SocketStringEchoTest {

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free