KQueueSocketStartTlsTest Class — netty Architecture
Architecture documentation for the KQueueSocketStartTlsTest class in KQueueSocketStartTlsTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b91b10e8_ea18_2bb4_377d_a6f8cc474ac1["KQueueSocketStartTlsTest"] 9d28939e_c8c8_34c2_f3c3_facc828b3d4c["KQueueSocketStartTlsTest.java"] b91b10e8_ea18_2bb4_377d_a6f8cc474ac1 -->|defined in| 9d28939e_c8c8_34c2_f3c3_facc828b3d4c e93bfed2_be39_1ee6_69c4_c79619b034c3["newFactories()"] b91b10e8_ea18_2bb4_377d_a6f8cc474ac1 -->|method| e93bfed2_be39_1ee6_69c4_c79619b034c3
Relationship Graph
Source Code
transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketStartTlsTest.java lines 25–31
public class KQueueSocketStartTlsTest extends SocketStartTlsTest {
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return KQueueSocketTestPermutation.INSTANCE.socket();
}
}
Defined In
Source
Frequently Asked Questions
What is the KQueueSocketStartTlsTest class?
KQueueSocketStartTlsTest is a class in the netty codebase, defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketStartTlsTest.java.
Where is KQueueSocketStartTlsTest defined?
KQueueSocketStartTlsTest is defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketStartTlsTest.java at line 25.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free