incrementWindowSize() — netty Function Reference
Architecture documentation for the incrementWindowSize() function in DefaultHttp2RemoteFlowController.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 291683d3_c4d0_0a0c_9e9a_94753d57c3a2["incrementWindowSize()"] 3dadf6c6_c839_608f_accc_8c9408feae6d["ListenerWritabilityMonitor"] 291683d3_c4d0_0a0c_9e9a_94753d57c3a2 -->|defined in| 3dadf6c6_c839_608f_accc_8c9408feae6d 397a27f4_ac2e_d522_f1f5_53b8be7d676f["checkStateWritability()"] 291683d3_c4d0_0a0c_9e9a_94753d57c3a2 -->|calls| 397a27f4_ac2e_d522_f1f5_53b8be7d676f 11849e18_d9ef_64e9_d508_35c077f67430["incrementWindowSize()"] 291683d3_c4d0_0a0c_9e9a_94753d57c3a2 -->|calls| 11849e18_d9ef_64e9_d508_35c077f67430 style 291683d3_c4d0_0a0c_9e9a_94753d57c3a2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 694–698
@Override
void incrementWindowSize(FlowState state, int delta) throws Http2Exception {
super.incrementWindowSize(state, delta);
checkStateWritability(state);
}
Domain
Subdomains
Defined In
Source
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 694.
What does incrementWindowSize() call?
incrementWindowSize() calls 2 function(s): checkStateWritability, incrementWindowSize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free