Home / Function/ window() — netty Function Reference

window() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  8c10e539_c458_c1c5_0e65_4634ab77891c["window()"]
  45d84eff_651d_e7b2_c74b_baa69a4b9a46["DefaultState"]
  8c10e539_c458_c1c5_0e65_4634ab77891c -->|defined in| 45d84eff_651d_e7b2_c74b_baa69a4b9a46
  87cc7b6b_084a_2d73_f3e8_72c10f5e9df8["DefaultState()"]
  87cc7b6b_084a_2d73_f3e8_72c10f5e9df8 -->|calls| 8c10e539_c458_c1c5_0e65_4634ab77891c
  style 8c10e539_c458_c1c5_0e65_4634ab77891c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowController.java lines 360–364

        @Override
        public void window(int initialWindowSize) {
            assert ctx == null || ctx.executor().inEventLoop();
            window = processedWindow = initialStreamWindowSize = initialWindowSize;
        }

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free