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