Home / Function/ incrementWindowSize() — netty Function Reference

incrementWindowSize() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  11849e18_d9ef_64e9_d508_35c077f67430["incrementWindowSize()"]
  095a31fa_5eda_a3b5_9421_f6a5ba1d388c["WritabilityMonitor"]
  11849e18_d9ef_64e9_d508_35c077f67430 -->|defined in| 095a31fa_5eda_a3b5_9421_f6a5ba1d388c
  2fd48e31_235b_a44b_2cc6_1ebbeb6ba04f["incrementWindowSize()"]
  2fd48e31_235b_a44b_2cc6_1ebbeb6ba04f -->|calls| 11849e18_d9ef_64e9_d508_35c077f67430
  291683d3_c4d0_0a0c_9e9a_94753d57c3a2["incrementWindowSize()"]
  291683d3_c4d0_0a0c_9e9a_94753d57c3a2 -->|calls| 11849e18_d9ef_64e9_d508_35c077f67430
  03b175d5_44cf_3343_f379_b5f478f70548["incrementStreamWindow()"]
  11849e18_d9ef_64e9_d508_35c077f67430 -->|calls| 03b175d5_44cf_3343_f379_b5f478f70548
  style 11849e18_d9ef_64e9_d508_35c077f67430 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 575–577

        void incrementWindowSize(FlowState state, int delta) throws Http2Exception {
            state.incrementStreamWindow(delta);
        }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free