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