EpollDomainSocketFixedLengthEchoTest Class — netty Architecture
Architecture documentation for the EpollDomainSocketFixedLengthEchoTest class in EpollDomainSocketFixedLengthEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD ee8a6aa1_bf53_bca5_b45f_1488c7be868d["EpollDomainSocketFixedLengthEchoTest"] f03ce218_2a53_d8eb_bc9e_d99772d9c116["EpollDomainSocketFixedLengthEchoTest.java"] ee8a6aa1_bf53_bca5_b45f_1488c7be868d -->|defined in| f03ce218_2a53_d8eb_bc9e_d99772d9c116 001fdfc9_580a_cafc_0d9d_dc71e29c0f83["SocketAddress()"] ee8a6aa1_bf53_bca5_b45f_1488c7be868d -->|method| 001fdfc9_580a_cafc_0d9d_dc71e29c0f83 2af0be13_82a7_c1c2_100c_f45f84e29c78["newFactories()"] ee8a6aa1_bf53_bca5_b45f_1488c7be868d -->|method| 2af0be13_82a7_c1c2_100c_f45f84e29c78
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketFixedLengthEchoTest.java lines 26–37
public class EpollDomainSocketFixedLengthEchoTest extends SocketFixedLengthEchoTest {
@Override
protected SocketAddress newSocketAddress() {
return EpollSocketTestPermutation.newDomainSocketAddress();
}
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return EpollSocketTestPermutation.INSTANCE.domainSocket();
}
}
Source
Frequently Asked Questions
What is the EpollDomainSocketFixedLengthEchoTest class?
EpollDomainSocketFixedLengthEchoTest is a class in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketFixedLengthEchoTest.java.
Where is EpollDomainSocketFixedLengthEchoTest defined?
EpollDomainSocketFixedLengthEchoTest is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketFixedLengthEchoTest.java at line 26.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free