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