Home / Function/ windowUpdateRatio() — netty Function Reference

windowUpdateRatio() — netty Function Reference

Architecture documentation for the windowUpdateRatio() function in DefaultHttp2LocalFlowController.java from the netty codebase.

Function java Buffer Allocators calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  8e7edab7_3878_e374_7f64_d7a626dff93d["windowUpdateRatio()"]
  36ddda9f_3efd_b028_26eb_619b997ea963["DefaultHttp2LocalFlowController"]
  8e7edab7_3878_e374_7f64_d7a626dff93d -->|defined in| 36ddda9f_3efd_b028_26eb_619b997ea963
  b19934c9_762a_a6ef_846d_78846cc038d8["windowUpdateRatio()"]
  b19934c9_762a_a6ef_846d_78846cc038d8 -->|calls| 8e7edab7_3878_e374_7f64_d7a626dff93d
  b19934c9_762a_a6ef_846d_78846cc038d8["windowUpdateRatio()"]
  8e7edab7_3878_e374_7f64_d7a626dff93d -->|calls| b19934c9_762a_a6ef_846d_78846cc038d8
  849d6605_749f_d5b5_7f3b_6e927d5da205["checkValidRatio()"]
  8e7edab7_3878_e374_7f64_d7a626dff93d -->|calls| 849d6605_749f_d5b5_7f3b_6e927d5da205
  03837159_529f_3d31_e83d_d29893d9aba0["writeWindowUpdateIfNeeded()"]
  8e7edab7_3878_e374_7f64_d7a626dff93d -->|calls| 03837159_529f_3d31_e83d_d29893d9aba0
  style 8e7edab7_3878_e374_7f64_d7a626dff93d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowController.java lines 217–221

    public void windowUpdateRatio(float ratio) {
        assert ctx == null || ctx.executor().inEventLoop();
        checkValidRatio(ratio);
        windowUpdateRatio = ratio;
    }

Domain

Subdomains

Frequently Asked Questions

What does windowUpdateRatio() do?
windowUpdateRatio() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowController.java.
Where is windowUpdateRatio() defined?
windowUpdateRatio() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowController.java at line 217.
What does windowUpdateRatio() call?
windowUpdateRatio() calls 3 function(s): checkValidRatio, windowUpdateRatio, writeWindowUpdateIfNeeded.
What calls windowUpdateRatio()?
windowUpdateRatio() is called by 1 function(s): windowUpdateRatio.

Analyze Your Own Codebase

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

Try Supermodel Free