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