IoUringBufferRingSocketChannelNotYetConnectedTest Class — netty Architecture
Architecture documentation for the IoUringBufferRingSocketChannelNotYetConnectedTest class in IoUringBufferRingSocketChannelNotYetConnectedTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 6c8b5b46_c2b8_688b_f91c_8ec57979404b["IoUringBufferRingSocketChannelNotYetConnectedTest"] 65f983f9_abb9_1982_231b_60e1956badcb["IoUringBufferRingSocketChannelNotYetConnectedTest.java"] 6c8b5b46_c2b8_688b_f91c_8ec57979404b -->|defined in| 65f983f9_abb9_1982_231b_60e1956badcb e01182e3_5f5e_c3ee_2209_72543e2b8f52["loadJNI()"] 6c8b5b46_c2b8_688b_f91c_8ec57979404b -->|method| e01182e3_5f5e_c3ee_2209_72543e2b8f52 5fdefab7_72e9_2f0a_2149_6156eec4c472["newFactories()"] 6c8b5b46_c2b8_688b_f91c_8ec57979404b -->|method| 5fdefab7_72e9_2f0a_2149_6156eec4c472 c39c04f3_4b11_b1a6_f14a_0e4f3342ea4d["configure()"] 6c8b5b46_c2b8_688b_f91c_8ec57979404b -->|method| c39c04f3_4b11_b1a6_f14a_0e4f3342ea4d
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketChannelNotYetConnectedTest.java lines 28–46
public class IoUringBufferRingSocketChannelNotYetConnectedTest extends SocketChannelNotYetConnectedTest {
@BeforeAll
public static void loadJNI() {
assumeTrue(IoUring.isAvailable());
assumeTrue(IoUring.isRegisterBufferRingSupported());
}
@Override
protected List<TestsuitePermutation.BootstrapFactory<Bootstrap>> newFactories() {
return IoUringSocketTestPermutation.INSTANCE.clientSocket();
}
@Override
protected void configure(Bootstrap cb, ByteBufAllocator allocator) {
super.configure(cb, allocator);
cb.option(IoUringChannelOption.IO_URING_BUFFER_GROUP_ID, IoUringSocketTestPermutation.BGID);
}
}
Source
Frequently Asked Questions
What is the IoUringBufferRingSocketChannelNotYetConnectedTest class?
IoUringBufferRingSocketChannelNotYetConnectedTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketChannelNotYetConnectedTest.java.
Where is IoUringBufferRingSocketChannelNotYetConnectedTest defined?
IoUringBufferRingSocketChannelNotYetConnectedTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketChannelNotYetConnectedTest.java at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free