Home / Class/ IoUringSocketAutoReadTest Class — netty Architecture

IoUringSocketAutoReadTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  48ff2f14_51be_81a5_43a7_a2f621c4579f["IoUringSocketAutoReadTest"]
  8c3a40b5_f804_b9ef_8591_adf3803a1631["IoUringSocketAutoReadTest.java"]
  48ff2f14_51be_81a5_43a7_a2f621c4579f -->|defined in| 8c3a40b5_f804_b9ef_8591_adf3803a1631
  f271755a_6fa4_4fd1_2b42_aa11c1f1d415["loadJNI()"]
  48ff2f14_51be_81a5_43a7_a2f621c4579f -->|method| f271755a_6fa4_4fd1_2b42_aa11c1f1d415
  cb26ce1b_d440_a000_44ce_ff04b044726e["newFactories()"]
  48ff2f14_51be_81a5_43a7_a2f621c4579f -->|method| cb26ce1b_d440_a000_44ce_ff04b044726e

Relationship Graph

Source Code

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

public class IoUringSocketAutoReadTest extends SocketAutoReadTest {

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

Analyze Your Own Codebase

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

Try Supermodel Free