windowSize() — netty Function Reference
Architecture documentation for the windowSize() function in DefaultHttp2RemoteFlowController.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD bbe4cf95_6ccc_abfa_09bb_4688c0dc7862["windowSize()"] 3dadf6c6_c839_608f_accc_8c9408feae6d["ListenerWritabilityMonitor"] bbe4cf95_6ccc_abfa_09bb_4688c0dc7862 -->|defined in| 3dadf6c6_c839_608f_accc_8c9408feae6d 397a27f4_ac2e_d522_f1f5_53b8be7d676f["checkStateWritability()"] bbe4cf95_6ccc_abfa_09bb_4688c0dc7862 -->|calls| 397a27f4_ac2e_d522_f1f5_53b8be7d676f f759ecf5_cc37_eec1_52ba_cfa686cab9e1["windowSize()"] bbe4cf95_6ccc_abfa_09bb_4688c0dc7862 -->|calls| f759ecf5_cc37_eec1_52ba_cfa686cab9e1 style bbe4cf95_6ccc_abfa_09bb_4688c0dc7862 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 684–692
@Override
void windowSize(FlowState state, int initialWindowSize) {
super.windowSize(state, initialWindowSize);
try {
checkStateWritability(state);
} catch (Http2Exception e) {
throw new RuntimeException("Caught unexpected exception from window", e);
}
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does windowSize() do?
windowSize() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java.
Where is windowSize() defined?
windowSize() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java at line 684.
What does windowSize() call?
windowSize() calls 2 function(s): checkStateWritability, windowSize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free