EpollDomainSocketEchoTest Class — netty Architecture
Architecture documentation for the EpollDomainSocketEchoTest class in EpollDomainSocketEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 344b1b5d_2d0e_1f5e_a595_7c8d2729a7e2["EpollDomainSocketEchoTest"] 9464953e_2ee9_ba8f_e390_2a7533dfacc7["EpollDomainSocketEchoTest.java"] 344b1b5d_2d0e_1f5e_a595_7c8d2729a7e2 -->|defined in| 9464953e_2ee9_ba8f_e390_2a7533dfacc7 30462af2_31b7_9c4f_393d_2cb3869171f0["SocketAddress()"] 344b1b5d_2d0e_1f5e_a595_7c8d2729a7e2 -->|method| 30462af2_31b7_9c4f_393d_2cb3869171f0 34468936_48da_a894_6b39_b9ece2b00577["newFactories()"] 344b1b5d_2d0e_1f5e_a595_7c8d2729a7e2 -->|method| 34468936_48da_a894_6b39_b9ece2b00577
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketEchoTest.java lines 25–35
public class EpollDomainSocketEchoTest extends EpollSocketEchoTest {
@Override
protected SocketAddress newSocketAddress() {
return EpollSocketTestPermutation.newDomainSocketAddress();
}
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return EpollSocketTestPermutation.INSTANCE.domainSocket();
}
}
Defined In
Source
Frequently Asked Questions
What is the EpollDomainSocketEchoTest class?
EpollDomainSocketEchoTest is a class in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketEchoTest.java.
Where is EpollDomainSocketEchoTest defined?
EpollDomainSocketEchoTest is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketEchoTest.java at line 25.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free