Home / Class/ IoUringSocketConnectTest Class — netty Architecture

IoUringSocketConnectTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  8a3ea1a9_2eac_8113_946d_e634e322095f["IoUringSocketConnectTest"]
  8dc960bc_ad8f_62f6_9ff6_53faa8364c7d["IoUringSocketConnectTest.java"]
  8a3ea1a9_2eac_8113_946d_e634e322095f -->|defined in| 8dc960bc_ad8f_62f6_9ff6_53faa8364c7d
  2f6ad03d_6f72_69f8_30fa_fb1ac1dd1a6d["loadJNI()"]
  8a3ea1a9_2eac_8113_946d_e634e322095f -->|method| 2f6ad03d_6f72_69f8_30fa_fb1ac1dd1a6d
  85dcb57a_d009_a378_d7a9_7fea1b6d540d["newFactories()"]
  8a3ea1a9_2eac_8113_946d_e634e322095f -->|method| 85dcb57a_d009_a378_d7a9_7fea1b6d540d

Relationship Graph

Source Code

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

public class IoUringSocketConnectTest extends SocketConnectTest {

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

Analyze Your Own Codebase

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

Try Supermodel Free