KQueueDomainSocketSslEchoTest Class — netty Architecture
Architecture documentation for the KQueueDomainSocketSslEchoTest class in KQueueDomainSocketSslEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 53ad82e3_842f_9446_86a8_8e26cd0e11ac["KQueueDomainSocketSslEchoTest"] a5d18e79_c129_6a79_7e83_6cc871e5b483["KQueueDomainSocketSslEchoTest.java"] 53ad82e3_842f_9446_86a8_8e26cd0e11ac -->|defined in| a5d18e79_c129_6a79_7e83_6cc871e5b483 55325a8e_5402_6faa_6ba1_992697d4eb27["SocketAddress()"] 53ad82e3_842f_9446_86a8_8e26cd0e11ac -->|method| 55325a8e_5402_6faa_6ba1_992697d4eb27 7e6fb0f0_ceab_c653_f83b_87b6d73c4e5f["newFactories()"] 53ad82e3_842f_9446_86a8_8e26cd0e11ac -->|method| 7e6fb0f0_ceab_c653_f83b_87b6d73c4e5f
Relationship Graph
Source Code
transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketSslEchoTest.java lines 26–36
public class KQueueDomainSocketSslEchoTest extends SocketSslEchoTest {
@Override
protected SocketAddress newSocketAddress() {
return KQueueSocketTestPermutation.newSocketAddress();
}
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return KQueueSocketTestPermutation.INSTANCE.domainSocket();
}
}
Defined In
Source
Frequently Asked Questions
What is the KQueueDomainSocketSslEchoTest class?
KQueueDomainSocketSslEchoTest is a class in the netty codebase, defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketSslEchoTest.java.
Where is KQueueDomainSocketSslEchoTest defined?
KQueueDomainSocketSslEchoTest is defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDomainSocketSslEchoTest.java at line 26.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free