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