Home / Function/ writableWindow() — netty Function Reference

writableWindow() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  94766ce0_fe7f_fa71_b87e_dddbcf138d14["writableWindow()"]
  b2e83a60_2b9a_b7db_749c_dd2e3fd31ba6["FlowState"]
  94766ce0_fe7f_fa71_b87e_dddbcf138d14 -->|defined in| b2e83a60_2b9a_b7db_749c_dd2e3fd31ba6
  8ff90321_aa45_54f3_2c52_ad6b0500f375["writeAllocatedBytes()"]
  8ff90321_aa45_54f3_2c52_ad6b0500f375 -->|calls| 94766ce0_fe7f_fa71_b87e_dddbcf138d14
  80e6a2ef_d552_0c5b_4dc9_6d69de93dc55["connectionWindowSize()"]
  94766ce0_fe7f_fa71_b87e_dddbcf138d14 -->|calls| 80e6a2ef_d552_0c5b_4dc9_6d69de93dc55
  style 94766ce0_fe7f_fa71_b87e_dddbcf138d14 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 418–420

        private int writableWindow() {
            return min(window, connectionWindowSize());
        }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free