EpollDomainSocketStartTlsTest Class — netty Architecture
Architecture documentation for the EpollDomainSocketStartTlsTest class in EpollDomainSocketStartTlsTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 815c871a_14e7_33f4_134c_381beb281df4["EpollDomainSocketStartTlsTest"] d15f894b_5524_d345_0212_c913617b9159["EpollDomainSocketStartTlsTest.java"] 815c871a_14e7_33f4_134c_381beb281df4 -->|defined in| d15f894b_5524_d345_0212_c913617b9159 50af1c26_343c_b18b_e306_d8d3e5bde9ce["SocketAddress()"] 815c871a_14e7_33f4_134c_381beb281df4 -->|method| 50af1c26_343c_b18b_e306_d8d3e5bde9ce 481a6010_504d_9e48_ea6f_5d1e69b43a89["newFactories()"] 815c871a_14e7_33f4_134c_381beb281df4 -->|method| 481a6010_504d_9e48_ea6f_5d1e69b43a89
Relationship Graph
Source Code
transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketStartTlsTest.java lines 26–36
public class EpollDomainSocketStartTlsTest extends SocketStartTlsTest {
@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 EpollDomainSocketStartTlsTest class?
EpollDomainSocketStartTlsTest is a class in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketStartTlsTest.java.
Where is EpollDomainSocketStartTlsTest defined?
EpollDomainSocketStartTlsTest is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketStartTlsTest.java at line 26.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free