Home / Function/ TestNumReadsRecvByteBufAllocator() — netty Function Reference

TestNumReadsRecvByteBufAllocator() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  2667c82c_a70f_32b0_7185_86903848b6b0["TestNumReadsRecvByteBufAllocator()"]
  38ffc96b_e914_9350_94c3_286119b0d901["TestNumReadsRecvByteBufAllocator"]
  2667c82c_a70f_32b0_7185_86903848b6b0 -->|defined in| 38ffc96b_e914_9350_94c3_286119b0d901
  400c4529_5b5e_12a2_fbf3_476c13dd093d["testAllDataReadAfterHalfClosure()"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|calls| 2667c82c_a70f_32b0_7185_86903848b6b0
  4a2ffbbc_84a4_f186_7637_0f13afdf125d["testAllDataReadClosure()"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|calls| 2667c82c_a70f_32b0_7185_86903848b6b0
  style 2667c82c_a70f_32b0_7185_86903848b6b0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 798–800

        TestNumReadsRecvByteBufAllocator(int numReads) {
            this.numReads = numReads;
        }

Domain

Subdomains

Frequently Asked Questions

What does TestNumReadsRecvByteBufAllocator() do?
TestNumReadsRecvByteBufAllocator() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java.
Where is TestNumReadsRecvByteBufAllocator() defined?
TestNumReadsRecvByteBufAllocator() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java at line 798.
What calls TestNumReadsRecvByteBufAllocator()?
TestNumReadsRecvByteBufAllocator() is called by 2 function(s): testAllDataReadAfterHalfClosure, testAllDataReadClosure.

Analyze Your Own Codebase

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

Try Supermodel Free