Home / Function/ testAutoCloseFalseDoesShutdownOutput() — netty Function Reference

testAutoCloseFalseDoesShutdownOutput() — netty Function Reference

Architecture documentation for the testAutoCloseFalseDoesShutdownOutput() function in IoUringSocketHalfClosedTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  cb085f2f_3ea2_4bfa_0019_04ca485be2f8["testAutoCloseFalseDoesShutdownOutput()"]
  83f2b69f_4f5c_3c53_0b23_ad4fa128ec0e["IoUringSocketHalfClosedTest"]
  cb085f2f_3ea2_4bfa_0019_04ca485be2f8 -->|defined in| 83f2b69f_4f5c_3c53_0b23_ad4fa128ec0e
  style cb085f2f_3ea2_4bfa_0019_04ca485be2f8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketHalfClosedTest.java lines 45–55

    @Disabled
    @Test
    public void testAutoCloseFalseDoesShutdownOutput(TestInfo testInfo) throws Throwable {
        // This test only works on Linux / BSD / MacOS as we assume some semantics that are not true for Windows.
        Assumptions.assumeFalse(PlatformDependent.isWindows());
        this.run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testAutoCloseFalseDoesShutdownOutput(serverBootstrap, bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testAutoCloseFalseDoesShutdownOutput() do?
testAutoCloseFalseDoesShutdownOutput() is a function in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketHalfClosedTest.java.
Where is testAutoCloseFalseDoesShutdownOutput() defined?
testAutoCloseFalseDoesShutdownOutput() is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketHalfClosedTest.java at line 45.

Analyze Your Own Codebase

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

Try Supermodel Free