Home / Function/ incrementPendingBytes() — netty Function Reference

incrementPendingBytes() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  b6fe1448_ec3d_bdd8_459c_eaf0fb563bce["incrementPendingBytes()"]
  095a31fa_5eda_a3b5_9421_f6a5ba1d388c["WritabilityMonitor"]
  b6fe1448_ec3d_bdd8_459c_eaf0fb563bce -->|defined in| 095a31fa_5eda_a3b5_9421_f6a5ba1d388c
  901e8263_c0ce_11c0_fd13_1147ae712683["incrementPendingBytes()"]
  901e8263_c0ce_11c0_fd13_1147ae712683 -->|calls| b6fe1448_ec3d_bdd8_459c_eaf0fb563bce
  901e8263_c0ce_11c0_fd13_1147ae712683["incrementPendingBytes()"]
  b6fe1448_ec3d_bdd8_459c_eaf0fb563bce -->|calls| 901e8263_c0ce_11c0_fd13_1147ae712683
  style b6fe1448_ec3d_bdd8_459c_eaf0fb563bce fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 594–599

        final void incrementPendingBytes(int delta) {
            totalPendingBytes += delta;

            // Notification of writibilty change should be delayed until the end of the top level event.
            // This is to ensure the flow controller is more consistent state before calling external listener methods.
        }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free