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