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