Home / Class/ IoUringSocketSslGreetingTest Class — netty Architecture

IoUringSocketSslGreetingTest Class — netty Architecture

Architecture documentation for the IoUringSocketSslGreetingTest class in IoUringSocketSslGreetingTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7a57cbc5_0291_24f8_273a_a2084d1ce906["IoUringSocketSslGreetingTest"]
  5275df61_60de_8163_e182_4c64500071f3["IoUringSocketSslGreetingTest.java"]
  7a57cbc5_0291_24f8_273a_a2084d1ce906 -->|defined in| 5275df61_60de_8163_e182_4c64500071f3
  42c5db13_ab64_9abb_e1b3_752a522c3b96["loadJNI()"]
  7a57cbc5_0291_24f8_273a_a2084d1ce906 -->|method| 42c5db13_ab64_9abb_e1b3_752a522c3b96
  ff699e68_da63_077c_4e80_ff483c851d4f["newFactories()"]
  7a57cbc5_0291_24f8_273a_a2084d1ce906 -->|method| ff699e68_da63_077c_4e80_ff483c851d4f

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSslGreetingTest.java lines 28–39

public class IoUringSocketSslGreetingTest extends SocketSslGreetingTest {

    @BeforeAll
    public static void loadJNI() {
        assumeTrue(IoUring.isAvailable());
    }

    @Override
    protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
        return IoUringSocketTestPermutation.INSTANCE.socket();
    }
}

Frequently Asked Questions

What is the IoUringSocketSslGreetingTest class?
IoUringSocketSslGreetingTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSslGreetingTest.java.
Where is IoUringSocketSslGreetingTest defined?
IoUringSocketSslGreetingTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSslGreetingTest.java at line 28.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free