Home / Class/ IoUringSocketEchoTest Class — netty Architecture

IoUringSocketEchoTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  3fe8ffed_5191_84e4_08b5_27be6240f51d["IoUringSocketEchoTest"]
  6a320dda_8ffd_0ad1_db53_5d8a2a552bc3["IoUringSocketEchoTest.java"]
  3fe8ffed_5191_84e4_08b5_27be6240f51d -->|defined in| 6a320dda_8ffd_0ad1_db53_5d8a2a552bc3
  20658fb3_f195_48ea_72c8_c56e2da09ca4["loadJNI()"]
  3fe8ffed_5191_84e4_08b5_27be6240f51d -->|method| 20658fb3_f195_48ea_72c8_c56e2da09ca4
  3fec004d_bc83_a93b_7553_c0f359efe788["newFactories()"]
  3fe8ffed_5191_84e4_08b5_27be6240f51d -->|method| 3fec004d_bc83_a93b_7553_c0f359efe788

Relationship Graph

Source Code

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

public class IoUringSocketEchoTest extends SocketEchoTest {

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

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free