Home / Class/ IoUringSocketFixedLengthEchoTest Class — netty Architecture

IoUringSocketFixedLengthEchoTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  cec345d2_f91c_1828_dddb_f15df66bddc9["IoUringSocketFixedLengthEchoTest"]
  57c7961d_c2d1_f471_1bc9_1af2f962cb73["IoUringSocketFixedLengthEchoTest.java"]
  cec345d2_f91c_1828_dddb_f15df66bddc9 -->|defined in| 57c7961d_c2d1_f471_1bc9_1af2f962cb73
  df525f6e_f68f_bb4d_302e_3d1647b3338b["loadJNI()"]
  cec345d2_f91c_1828_dddb_f15df66bddc9 -->|method| df525f6e_f68f_bb4d_302e_3d1647b3338b
  cc0cf1c4_eb7a_bd6c_54b2_ed968d4af99f["newFactories()"]
  cec345d2_f91c_1828_dddb_f15df66bddc9 -->|method| cc0cf1c4_eb7a_bd6c_54b2_ed968d4af99f

Relationship Graph

Source Code

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

public class IoUringSocketFixedLengthEchoTest extends SocketFixedLengthEchoTest {

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

Analyze Your Own Codebase

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

Try Supermodel Free