Home / Function/ testAllDataReadAfterHalfClosure() — netty Function Reference

testAllDataReadAfterHalfClosure() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  400c4529_5b5e_12a2_fbf3_476c13dd093d["testAllDataReadAfterHalfClosure()"]
  12fb37da_402f_660c_11c3_2383afda173c["SocketHalfClosedTest"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|defined in| 12fb37da_402f_660c_11c3_2383afda173c
  2667c82c_a70f_32b0_7185_86903848b6b0["TestNumReadsRecvByteBufAllocator()"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|calls| 2667c82c_a70f_32b0_7185_86903848b6b0
  e10e4eef_7517_beb9_006a_70828f05ea78["channelActive()"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|calls| e10e4eef_7517_beb9_006a_70828f05ea78
  ed63ea02_ba7b_766c_f519_7df130ca8449["userEventTriggered()"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|calls| ed63ea02_ba7b_766c_f519_7df130ca8449
  21200df9_eb56_eff5_7800_6d3d66799334["maxReadCompleteWithNoDataAfterInputShutdown()"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|calls| 21200df9_eb56_eff5_7800_6d3d66799334
  9f0d148d_19fe_6f26_b8b9_17ac45fb4050["exceptionCaught()"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|calls| 9f0d148d_19fe_6f26_b8b9_17ac45fb4050
  style 400c4529_5b5e_12a2_fbf3_476c13dd093d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 349–357

    @Test
    public void testAllDataReadAfterHalfClosure(TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testAllDataReadAfterHalfClosure(serverBootstrap, bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testAllDataReadAfterHalfClosure() do?
testAllDataReadAfterHalfClosure() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java.
Where is testAllDataReadAfterHalfClosure() defined?
testAllDataReadAfterHalfClosure() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java at line 349.
What does testAllDataReadAfterHalfClosure() call?
testAllDataReadAfterHalfClosure() calls 5 function(s): TestNumReadsRecvByteBufAllocator, channelActive, exceptionCaught, maxReadCompleteWithNoDataAfterInputShutdown, userEventTriggered.

Analyze Your Own Codebase

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

Try Supermodel Free