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