Home / Function/ testAutoCloseFalseDoesShutdownOutput() — netty Function Reference

testAutoCloseFalseDoesShutdownOutput() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  04b2d3b2_062e_e4f6_cc1f_3bcf8d7c3a4f["testAutoCloseFalseDoesShutdownOutput()"]
  242a6cdf_61ac_b87a_83ac_ab2bdffb52ac["IoUringBufferRingSocketHalfClosedTest"]
  04b2d3b2_062e_e4f6_cc1f_3bcf8d7c3a4f -->|defined in| 242a6cdf_61ac_b87a_83ac_ab2bdffb52ac
  style 04b2d3b2_062e_e4f6_cc1f_3bcf8d7c3a4f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketHalfClosedTest.java lines 47–57

    @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/IoUringBufferRingSocketHalfClosedTest.java.
Where is testAutoCloseFalseDoesShutdownOutput() defined?
testAutoCloseFalseDoesShutdownOutput() is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringBufferRingSocketHalfClosedTest.java at line 47.

Analyze Your Own Codebase

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

Try Supermodel Free