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