Home / Class/ EpollSocketSslGreetingTest Class — netty Architecture

EpollSocketSslGreetingTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  9fc4249c_8f35_bae2_9b0f_7f488170219a["EpollSocketSslGreetingTest"]
  6c84d378_160e_59d5_4400_3842f72e1cd7["EpollSocketSslGreetingTest.java"]
  9fc4249c_8f35_bae2_9b0f_7f488170219a -->|defined in| 6c84d378_160e_59d5_4400_3842f72e1cd7
  6efd6266_ead2_5e06_6454_f870185c1106["newFactories()"]
  9fc4249c_8f35_bae2_9b0f_7f488170219a -->|method| 6efd6266_ead2_5e06_6454_f870185c1106

Relationship Graph

Source Code

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

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free