Home / Function/ writePendingBytes() — netty Function Reference

writePendingBytes() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  a2c60377_22f9_834d_ce35_78ca17897689["writePendingBytes()"]
  415966d7_2c19_58a9_659f_282cc732e73c["DefaultHttp2RemoteFlowController"]
  a2c60377_22f9_834d_ce35_78ca17897689 -->|defined in| 415966d7_2c19_58a9_659f_282cc732e73c
  1b91d5a0_59ed_e138_1c7d_a8c48586e1ad["writePendingBytes()"]
  1b91d5a0_59ed_e138_1c7d_a8c48586e1ad -->|calls| a2c60377_22f9_834d_ce35_78ca17897689
  ba7fb81e_9d0a_6793_66e0_9c7e8889da1a["channelHandlerContext()"]
  ba7fb81e_9d0a_6793_66e0_9c7e8889da1a -->|calls| a2c60377_22f9_834d_ce35_78ca17897689
  1b91d5a0_59ed_e138_1c7d_a8c48586e1ad["writePendingBytes()"]
  a2c60377_22f9_834d_ce35_78ca17897689 -->|calls| 1b91d5a0_59ed_e138_1c7d_a8c48586e1ad
  style a2c60377_22f9_834d_ce35_78ca17897689 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 263–266

    @Override
    public void writePendingBytes() throws Http2Exception {
        monitor.writePendingBytes();
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free