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