IoUringBufferRingSocketDataReadInitialStateTest Class — netty Architecture
Architecture documentation for the IoUringBufferRingSocketDataReadInitialStateTest class in IoUringBufferRingSocketDataReadInitialStateTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 91083437_3ed1_599f_db98_2d1f7c81dfcb["IoUringBufferRingSocketDataReadInitialStateTest"] 7f97b9ef_9baf_acba_9b36_f192993fc091["IoUringBufferRingSocketDataReadInitialStateTest.java"] 91083437_3ed1_599f_db98_2d1f7c81dfcb -->|defined in| 7f97b9ef_9baf_acba_9b36_f192993fc091 ee83139f_58bc_6d4b_ad7e_cc11111d15d2["loadJNI()"] 91083437_3ed1_599f_db98_2d1f7c81dfcb -->|method| ee83139f_58bc_6d4b_ad7e_cc11111d15d2 6fbdc6ab_ca07_6bb0_e3fb_8bea3816362a["newFactories()"] 91083437_3ed1_599f_db98_2d1f7c81dfcb -->|method| 6fbdc6ab_ca07_6bb0_e3fb_8bea3816362a 985786b3_f42f_fcac_98c6_28538d1e3149["configure()"] 91083437_3ed1_599f_db98_2d1f7c81dfcb -->|method| 985786b3_f42f_fcac_98c6_28538d1e3149
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketDataReadInitialStateTest.java lines 29–48
public class IoUringBufferRingSocketDataReadInitialStateTest extends SocketDataReadInitialStateTest {
@BeforeAll
public static void loadJNI() {
assumeTrue(IoUring.isAvailable());
assumeTrue(IoUring.isRegisterBufferRingSupported());
}
@Override
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
return IoUringSocketTestPermutation.INSTANCE.socket();
}
@Override
protected void configure(ServerBootstrap sb, Bootstrap cb, ByteBufAllocator allocator) {
super.configure(sb, cb, allocator);
sb.childOption(IoUringChannelOption.IO_URING_BUFFER_GROUP_ID, IoUringSocketTestPermutation.BGID);
cb.option(IoUringChannelOption.IO_URING_BUFFER_GROUP_ID, IoUringSocketTestPermutation.BGID);
}
}
Source
Frequently Asked Questions
What is the IoUringBufferRingSocketDataReadInitialStateTest class?
IoUringBufferRingSocketDataReadInitialStateTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketDataReadInitialStateTest.java.
Where is IoUringBufferRingSocketDataReadInitialStateTest defined?
IoUringBufferRingSocketDataReadInitialStateTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketDataReadInitialStateTest.java at line 29.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free