IoUringDomainSocketAddressesTest Class — netty Architecture
Architecture documentation for the IoUringDomainSocketAddressesTest class in IoUringDomainSocketAddressesTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f76fd7e3_5f95_a671_bb1f_719192579196["IoUringDomainSocketAddressesTest"] 6c68e515_7746_55fa_0aed_3e50a44a2b71["IoUringDomainSocketAddressesTest.java"] f76fd7e3_5f95_a671_bb1f_719192579196 -->|defined in| 6c68e515_7746_55fa_0aed_3e50a44a2b71 ea5a9809_a6bf_5f1c_b1dc_66f37d6ef742["SocketAddress()"] f76fd7e3_5f95_a671_bb1f_719192579196 -->|method| ea5a9809_a6bf_5f1c_b1dc_66f37d6ef742 c9c280ae_615e_4dd9_deb1_367efde8661a["newFactories()"] f76fd7e3_5f95_a671_bb1f_719192579196 -->|method| c9c280ae_615e_4dd9_deb1_367efde8661a d43ac6e5_960f_b482_c408_3124a63f2d94["assertAddress()"] f76fd7e3_5f95_a671_bb1f_719192579196 -->|method| d43ac6e5_960f_b482_c408_3124a63f2d94
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDomainSocketAddressesTest.java lines 29–44
public class IoUringDomainSocketAddressesTest extends SocketAddressesTest {
@Override
protected SocketAddress newSocketAddress() {
return IoUringSocketTestPermutation.newDomainSocketAddress();
}
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return IoUringSocketTestPermutation.INSTANCE.domainSocket();
}
@Override
protected void assertAddress(SocketAddress address) {
assertNotNull(((DomainSocketAddress) address).path());
}
}
Defined In
Source
Frequently Asked Questions
What is the IoUringDomainSocketAddressesTest class?
IoUringDomainSocketAddressesTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDomainSocketAddressesTest.java.
Where is IoUringDomainSocketAddressesTest defined?
IoUringDomainSocketAddressesTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDomainSocketAddressesTest.java at line 29.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free