Home / Class/ IoUringSocketShutdownOutputByPeerTest Class — netty Architecture

IoUringSocketShutdownOutputByPeerTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  18c36c5c_128f_4c33_dc64_1db749b3cbea["IoUringSocketShutdownOutputByPeerTest"]
  e53fd309_3d37_6465_132c_580b675e5d0f["IoUringSocketShutdownOutputByPeerTest.java"]
  18c36c5c_128f_4c33_dc64_1db749b3cbea -->|defined in| e53fd309_3d37_6465_132c_580b675e5d0f
  33335a12_2cb1_df21_bbb3_9db48594ff7d["loadJNI()"]
  18c36c5c_128f_4c33_dc64_1db749b3cbea -->|method| 33335a12_2cb1_df21_bbb3_9db48594ff7d
  bf724d26_5724_af71_6955_3947b1668de7["newFactories()"]
  18c36c5c_128f_4c33_dc64_1db749b3cbea -->|method| bf724d26_5724_af71_6955_3947b1668de7

Relationship Graph

Source Code

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

public class IoUringSocketShutdownOutputByPeerTest extends SocketShutdownOutputByPeerTest {

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

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free