Home / Class/ EpollDomainSocketSslGreetingTest Class — netty Architecture

EpollDomainSocketSslGreetingTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  34b48627_1969_b30d_8e95_a22f5a540ddf["EpollDomainSocketSslGreetingTest"]
  d4fecc50_0dd1_13d7_8b7f_ddce33831e7a["EpollDomainSocketSslGreetingTest.java"]
  34b48627_1969_b30d_8e95_a22f5a540ddf -->|defined in| d4fecc50_0dd1_13d7_8b7f_ddce33831e7a
  7bd2263c_e9c0_2dfa_e9b5_756eff4ed40d["SocketAddress()"]
  34b48627_1969_b30d_8e95_a22f5a540ddf -->|method| 7bd2263c_e9c0_2dfa_e9b5_756eff4ed40d
  96173ca3_f1bb_0f8b_db52_c1878bd7266a["newFactories()"]
  34b48627_1969_b30d_8e95_a22f5a540ddf -->|method| 96173ca3_f1bb_0f8b_db52_c1878bd7266a

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketSslGreetingTest.java lines 26–36

public class EpollDomainSocketSslGreetingTest extends SocketSslGreetingTest {
    @Override
    protected SocketAddress newSocketAddress() {
        return EpollSocketTestPermutation.newDomainSocketAddress();
    }

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free