Home / Function/ testAutoCloseFalseDoesShutdownOutput() — netty Function Reference

testAutoCloseFalseDoesShutdownOutput() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  0335448a_bfdd_8f1e_477c_9743080bee45["testAutoCloseFalseDoesShutdownOutput()"]
  12fb37da_402f_660c_11c3_2383afda173c["SocketHalfClosedTest"]
  0335448a_bfdd_8f1e_477c_9743080bee45 -->|defined in| 12fb37da_402f_660c_11c3_2383afda173c
  7b9ca86a_3a2b_7af1_f60e_b6c7ea429e62["AutoCloseFalseLeader()"]
  0335448a_bfdd_8f1e_477c_9743080bee45 -->|calls| 7b9ca86a_3a2b_7af1_f60e_b6c7ea429e62
  8c376794_59fb_f352_c408_9a1d36d36c69["AutoCloseFalseFollower()"]
  0335448a_bfdd_8f1e_477c_9743080bee45 -->|calls| 8c376794_59fb_f352_c408_9a1d36d36c69
  style 0335448a_bfdd_8f1e_477c_9743080bee45 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 475–485

    @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.
        assumeFalse(PlatformDependent.isWindows());
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            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 testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java.
Where is testAutoCloseFalseDoesShutdownOutput() defined?
testAutoCloseFalseDoesShutdownOutput() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java at line 475.
What does testAutoCloseFalseDoesShutdownOutput() call?
testAutoCloseFalseDoesShutdownOutput() calls 2 function(s): AutoCloseFalseFollower, AutoCloseFalseLeader.

Analyze Your Own Codebase

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

Try Supermodel Free