Home / Class/ IoUringSocketStartTlsTest Class — netty Architecture

IoUringSocketStartTlsTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  ad3ba07d_c833_77ed_d500_6903520d080f["IoUringSocketStartTlsTest"]
  e67a1431_72d9_14b6_92a5_7a985f896717["IoUringSocketStartTlsTest.java"]
  ad3ba07d_c833_77ed_d500_6903520d080f -->|defined in| e67a1431_72d9_14b6_92a5_7a985f896717
  f09083d7_324f_e9c5_97b9_97119ba598c1["loadJNI()"]
  ad3ba07d_c833_77ed_d500_6903520d080f -->|method| f09083d7_324f_e9c5_97b9_97119ba598c1
  ad87d631_9572_8de7_cd9e_130f0b0a687f["newFactories()"]
  ad3ba07d_c833_77ed_d500_6903520d080f -->|method| ad87d631_9572_8de7_cd9e_130f0b0a687f

Relationship Graph

Source Code

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

public class IoUringSocketStartTlsTest extends SocketStartTlsTest {

    @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 IoUringSocketStartTlsTest class?
IoUringSocketStartTlsTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketStartTlsTest.java.
Where is IoUringSocketStartTlsTest defined?
IoUringSocketStartTlsTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketStartTlsTest.java at line 28.

Analyze Your Own Codebase

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

Try Supermodel Free