IoUringSocketStringEchoTest Class — netty Architecture
Architecture documentation for the IoUringSocketStringEchoTest class in IoUringSocketStringEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 69bae46a_a6d5_0c63_37f5_fbe188c5dbdc["IoUringSocketStringEchoTest"] d28c96e7_f2e5_4846_eab4_077e02d006a5["IoUringSocketStringEchoTest.java"] 69bae46a_a6d5_0c63_37f5_fbe188c5dbdc -->|defined in| d28c96e7_f2e5_4846_eab4_077e02d006a5 4406da2a_cbfa_aa3b_4271_7f63833604de["loadJNI()"] 69bae46a_a6d5_0c63_37f5_fbe188c5dbdc -->|method| 4406da2a_cbfa_aa3b_4271_7f63833604de cfc88970_d2ce_4bf0_a966_4f29d55bceec["newFactories()"] 69bae46a_a6d5_0c63_37f5_fbe188c5dbdc -->|method| cfc88970_d2ce_4bf0_a966_4f29d55bceec
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketStringEchoTest.java lines 28–39
public class IoUringSocketStringEchoTest extends SocketStringEchoTest {
@BeforeAll
public static void loadJNI() {
assumeTrue(IoUring.isAvailable());
}
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return IoUringSocketTestPermutation.INSTANCE.socket();
}
}
Defined In
Source
Frequently Asked Questions
What is the IoUringSocketStringEchoTest class?
IoUringSocketStringEchoTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketStringEchoTest.java.
Where is IoUringSocketStringEchoTest defined?
IoUringSocketStringEchoTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketStringEchoTest.java at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free