Home / Function/ maxReadCompleteWithNoDataAfterInputShutdown() — netty Function Reference

maxReadCompleteWithNoDataAfterInputShutdown() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  21200df9_eb56_eff5_7800_6d3d66799334["maxReadCompleteWithNoDataAfterInputShutdown()"]
  12fb37da_402f_660c_11c3_2383afda173c["SocketHalfClosedTest"]
  21200df9_eb56_eff5_7800_6d3d66799334 -->|defined in| 12fb37da_402f_660c_11c3_2383afda173c
  400c4529_5b5e_12a2_fbf3_476c13dd093d["testAllDataReadAfterHalfClosure()"]
  400c4529_5b5e_12a2_fbf3_476c13dd093d -->|calls| 21200df9_eb56_eff5_7800_6d3d66799334
  style 21200df9_eb56_eff5_7800_6d3d66799334 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 59–61

    protected int maxReadCompleteWithNoDataAfterInputShutdown() {
        return 2; // nio needs read flag to detect full closure.
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free