Home / Class/ IoUringBufferRingSocketShutdownOutputBySelfTest Class — netty Architecture

IoUringBufferRingSocketShutdownOutputBySelfTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  d9a308f5_f684_9614_1478_0a00779964db["IoUringBufferRingSocketShutdownOutputBySelfTest"]
  066b078d_6cde_000c_ad73_7b922b75a9b3["IoUringBufferRingSocketShutdownOutputBySelfTest.java"]
  d9a308f5_f684_9614_1478_0a00779964db -->|defined in| 066b078d_6cde_000c_ad73_7b922b75a9b3
  ab40a856_322b_8e78_d37c_43a49a29cd15["loadJNI()"]
  d9a308f5_f684_9614_1478_0a00779964db -->|method| ab40a856_322b_8e78_d37c_43a49a29cd15
  ede5d277_a909_a096_7ea0_13f22f7063a9["newFactories()"]
  d9a308f5_f684_9614_1478_0a00779964db -->|method| ede5d277_a909_a096_7ea0_13f22f7063a9
  bd547256_1ad5_5218_102c_ffe98a84f9bd["configure()"]
  d9a308f5_f684_9614_1478_0a00779964db -->|method| bd547256_1ad5_5218_102c_ffe98a84f9bd

Relationship Graph

Source Code

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

public class IoUringBufferRingSocketShutdownOutputBySelfTest extends SocketShutdownOutputBySelfTest {

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

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

    @Override
    protected void configure(Bootstrap bootstrap, ByteBufAllocator allocator) {
        super.configure(bootstrap, allocator);
        bootstrap.option(IoUringChannelOption.IO_URING_BUFFER_GROUP_ID, IoUringSocketTestPermutation.BGID);
    }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free