IoUringBufferRingSocketSslSessionReuseTest Class — netty Architecture
Architecture documentation for the IoUringBufferRingSocketSslSessionReuseTest class in IoUringBufferRingSocketSslSessionReuseTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 5e3c415c_cf5d_7bfc_ebf8_d28ef48c617e["IoUringBufferRingSocketSslSessionReuseTest"] 6b996bad_3fdc_9103_cf3f_0f53fe45ccd2["IoUringBufferRingSocketSslSessionReuseTest.java"] 5e3c415c_cf5d_7bfc_ebf8_d28ef48c617e -->|defined in| 6b996bad_3fdc_9103_cf3f_0f53fe45ccd2 0eaff73a_3018_1308_60db_aa114a83ac4a["loadJNI()"] 5e3c415c_cf5d_7bfc_ebf8_d28ef48c617e -->|method| 0eaff73a_3018_1308_60db_aa114a83ac4a d45c3982_b05a_8caf_c7a3_7ce8a62410cf["newFactories()"] 5e3c415c_cf5d_7bfc_ebf8_d28ef48c617e -->|method| d45c3982_b05a_8caf_c7a3_7ce8a62410cf 6f2ba4a1_b07a_3e2d_df73_0d8b782d9783["configure()"] 5e3c415c_cf5d_7bfc_ebf8_d28ef48c617e -->|method| 6f2ba4a1_b07a_3e2d_df73_0d8b782d9783
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketSslSessionReuseTest.java lines 29–48
public class IoUringBufferRingSocketSslSessionReuseTest extends SocketSslSessionReuseTest {
@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 IoUringBufferRingSocketSslSessionReuseTest class?
IoUringBufferRingSocketSslSessionReuseTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketSslSessionReuseTest.java.
Where is IoUringBufferRingSocketSslSessionReuseTest defined?
IoUringBufferRingSocketSslSessionReuseTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketSslSessionReuseTest.java at line 29.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free