Home / Function/ testAllDataReadClosure() — netty Function Reference

testAllDataReadClosure() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  4a2ffbbc_84a4_f186_7637_0f13afdf125d["testAllDataReadClosure()"]
  12fb37da_402f_660c_11c3_2383afda173c["SocketHalfClosedTest"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|defined in| 12fb37da_402f_660c_11c3_2383afda173c
  2667c82c_a70f_32b0_7185_86903848b6b0["TestNumReadsRecvByteBufAllocator()"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|calls| 2667c82c_a70f_32b0_7185_86903848b6b0
  e10e4eef_7517_beb9_006a_70828f05ea78["channelActive()"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|calls| e10e4eef_7517_beb9_006a_70828f05ea78
  ed63ea02_ba7b_766c_f519_7df130ca8449["userEventTriggered()"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|calls| ed63ea02_ba7b_766c_f519_7df130ca8449
  9f0d148d_19fe_6f26_b8b9_17ac45fb4050["exceptionCaught()"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|calls| 9f0d148d_19fe_6f26_b8b9_17ac45fb4050
  e02ca8f5_bf2c_16d2_4875_90f8bfa4871e["channelInactive()"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|calls| e02ca8f5_bf2c_16d2_4875_90f8bfa4871e
  style 4a2ffbbc_84a4_f186_7637_0f13afdf125d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 674–682

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free