IoUringSocketSslEchoTest Class — netty Architecture
Architecture documentation for the IoUringSocketSslEchoTest class in IoUringSocketSslEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a344a05c_a00e_62ce_b3ee_2f9e99148d3f["IoUringSocketSslEchoTest"] 3f8d9b21_c92b_9dc2_85f9_56a314525a5d["IoUringSocketSslEchoTest.java"] a344a05c_a00e_62ce_b3ee_2f9e99148d3f -->|defined in| 3f8d9b21_c92b_9dc2_85f9_56a314525a5d 4d39a899_af2e_a160_9eb5_cf1ba3625f68["loadJNI()"] a344a05c_a00e_62ce_b3ee_2f9e99148d3f -->|method| 4d39a899_af2e_a160_9eb5_cf1ba3625f68 1f722123_647f_af82_2c97_70661581a3ce["newFactories()"] a344a05c_a00e_62ce_b3ee_2f9e99148d3f -->|method| 1f722123_647f_af82_2c97_70661581a3ce
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSslEchoTest.java lines 28–39
public class IoUringSocketSslEchoTest extends SocketSslEchoTest {
@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 IoUringSocketSslEchoTest class?
IoUringSocketSslEchoTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSslEchoTest.java.
Where is IoUringSocketSslEchoTest defined?
IoUringSocketSslEchoTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSslEchoTest.java at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free