Home / Function/ decrementPendingBytes() — netty Function Reference

decrementPendingBytes() — netty Function Reference

Architecture documentation for the decrementPendingBytes() function in DefaultHttp2RemoteFlowController.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  68c5ee5a_728f_9d02_8350_e9002006ac91["decrementPendingBytes()"]
  b2e83a60_2b9a_b7db_749c_dd2e3fd31ba6["FlowState"]
  68c5ee5a_728f_9d02_8350_e9002006ac91 -->|defined in| b2e83a60_2b9a_b7db_749c_dd2e3fd31ba6
  8ff90321_aa45_54f3_2c52_ad6b0500f375["writeAllocatedBytes()"]
  8ff90321_aa45_54f3_2c52_ad6b0500f375 -->|calls| 68c5ee5a_728f_9d02_8350_e9002006ac91
  a110deae_8883_0c41_048d_eacdf41def99["writeError()"]
  a110deae_8883_0c41_048d_eacdf41def99 -->|calls| 68c5ee5a_728f_9d02_8350_e9002006ac91
  901e8263_c0ce_11c0_fd13_1147ae712683["incrementPendingBytes()"]
  68c5ee5a_728f_9d02_8350_e9002006ac91 -->|calls| 901e8263_c0ce_11c0_fd13_1147ae712683
  style 68c5ee5a_728f_9d02_8350_e9002006ac91 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 507–509

        private void decrementPendingBytes(int bytes, boolean updateStreamableBytes) {
            incrementPendingBytes(-bytes, updateStreamableBytes);
        }

Domain

Subdomains

Frequently Asked Questions

What does decrementPendingBytes() do?
decrementPendingBytes() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java.
Where is decrementPendingBytes() defined?
decrementPendingBytes() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java at line 507.
What does decrementPendingBytes() call?
decrementPendingBytes() calls 1 function(s): incrementPendingBytes.
What calls decrementPendingBytes()?
decrementPendingBytes() is called by 2 function(s): writeAllocatedBytes, writeError.

Analyze Your Own Codebase

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

Try Supermodel Free