Home / Class/ IoUringSocketShutdownOutputBySelfTest Class — netty Architecture

IoUringSocketShutdownOutputBySelfTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  4c2bcdcc_2fef_83cf_52b9_3e66b2b5e2b3["IoUringSocketShutdownOutputBySelfTest"]
  fb34f795_eb1a_648a_3e41_0fae6e21cb60["IoUringSocketShutdownOutputBySelfTest.java"]
  4c2bcdcc_2fef_83cf_52b9_3e66b2b5e2b3 -->|defined in| fb34f795_eb1a_648a_3e41_0fae6e21cb60
  14cc4555_af8d_0fea_39ca_78f60a98168c["loadJNI()"]
  4c2bcdcc_2fef_83cf_52b9_3e66b2b5e2b3 -->|method| 14cc4555_af8d_0fea_39ca_78f60a98168c
  002b27b5_7bb9_3f0d_2366_f2e9504764eb["newFactories()"]
  4c2bcdcc_2fef_83cf_52b9_3e66b2b5e2b3 -->|method| 002b27b5_7bb9_3f0d_2366_f2e9504764eb

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketShutdownOutputBySelfTest.java lines 27–38

public class IoUringSocketShutdownOutputBySelfTest extends SocketShutdownOutputBySelfTest {

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

    @Override
    protected List<TestsuitePermutation.BootstrapFactory<Bootstrap>> newFactories() {
        return IoUringSocketTestPermutation.INSTANCE.clientSocket();
    }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free