Home / Class/ EpollSocketSslEchoTest Class — netty Architecture

EpollSocketSslEchoTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  c65c9093_dca1_bcb5_776c_9698ff54b648["EpollSocketSslEchoTest"]
  d2ec36d1_5939_c8e4_00d2_e2745a6e677e["EpollSocketSslEchoTest.java"]
  c65c9093_dca1_bcb5_776c_9698ff54b648 -->|defined in| d2ec36d1_5939_c8e4_00d2_e2745a6e677e
  7e864a28_8315_469e_97d4_3988a4945370["newFactories()"]
  c65c9093_dca1_bcb5_776c_9698ff54b648 -->|method| 7e864a28_8315_469e_97d4_3988a4945370

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketSslEchoTest.java lines 25–30

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free