Home / Class/ IoUringSocketSslSessionReuseTest Class — netty Architecture

IoUringSocketSslSessionReuseTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  ab4a5b33_bea1_ddbb_f366_bb654aef8816["IoUringSocketSslSessionReuseTest"]
  21c116f7_e8d3_1a17_a5ef_1bce71a6c42b["IoUringSocketSslSessionReuseTest.java"]
  ab4a5b33_bea1_ddbb_f366_bb654aef8816 -->|defined in| 21c116f7_e8d3_1a17_a5ef_1bce71a6c42b
  e5fdb18e_7a48_4882_516f_b24bbe56b7bb["loadJNI()"]
  ab4a5b33_bea1_ddbb_f366_bb654aef8816 -->|method| e5fdb18e_7a48_4882_516f_b24bbe56b7bb
  04829739_8efd_53a1_3762_9a8873e88ae1["newFactories()"]
  ab4a5b33_bea1_ddbb_f366_bb654aef8816 -->|method| 04829739_8efd_53a1_3762_9a8873e88ae1

Relationship Graph

Source Code

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

public class IoUringSocketSslSessionReuseTest extends SocketSslSessionReuseTest {

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

Analyze Your Own Codebase

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

Try Supermodel Free