Home / Class/ KQueueDomainSocketSslGreetingTest Class — netty Architecture

KQueueDomainSocketSslGreetingTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  e8c55e99_f1c3_8f90_1b73_feb0c71c2460["KQueueDomainSocketSslGreetingTest"]
  bf7da192_2663_b032_e3a0_b68e49524148["KQueueDomainSocketSslGreetingTest.java"]
  e8c55e99_f1c3_8f90_1b73_feb0c71c2460 -->|defined in| bf7da192_2663_b032_e3a0_b68e49524148
  d62c999e_2c37_6c85_03be_f55439483150["SocketAddress()"]
  e8c55e99_f1c3_8f90_1b73_feb0c71c2460 -->|method| d62c999e_2c37_6c85_03be_f55439483150
  28cd212d_6d20_3cb0_5c3c_f8b6d99b43a2["newFactories()"]
  e8c55e99_f1c3_8f90_1b73_feb0c71c2460 -->|method| 28cd212d_6d20_3cb0_5c3c_f8b6d99b43a2

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketSslGreetingTest.java lines 26–36

public class KQueueDomainSocketSslGreetingTest extends SocketSslGreetingTest {
    @Override
    protected SocketAddress newSocketAddress() {
        return KQueueSocketTestPermutation.newSocketAddress();
    }

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free