window() — netty Function Reference
Architecture documentation for the window() function in DefaultHttp2LocalFlowControllerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7909b4ee_a611_4e8b_f2d5_96e89a175713["window()"] 99976e08_de48_4e06_40e5_5ee3655f2651["DefaultHttp2LocalFlowControllerTest"] 7909b4ee_a611_4e8b_f2d5_96e89a175713 -->|defined in| 99976e08_de48_4e06_40e5_5ee3655f2651 b039f836_1710_00f1_1aef_2e780ee02381["initialWindowUpdateShouldAllowMoreFrames()"] b039f836_1710_00f1_1aef_2e780ee02381 -->|calls| 7909b4ee_a611_4e8b_f2d5_96e89a175713 f1878823_7e30_9415_37ae_9ab2d65269b9["connectionWindowShouldAdjustWithMultipleStreams()"] f1878823_7e30_9415_37ae_9ab2d65269b9 -->|calls| 7909b4ee_a611_4e8b_f2d5_96e89a175713 fd272f17_5355_f858_66ce_9589707e9fbd["testRatio()"] fd272f17_5355_f858_66ce_9589707e9fbd -->|calls| 7909b4ee_a611_4e8b_f2d5_96e89a175713 style 7909b4ee_a611_4e8b_f2d5_96e89a175713 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java lines 444–446
private int window(int streamId) {
return controller.windowSize(stream(streamId));
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does window() do?
window() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java.
Where is window() defined?
window() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java at line 444.
What calls window()?
window() is called by 3 function(s): connectionWindowShouldAdjustWithMultipleStreams, initialWindowUpdateShouldAllowMoreFrames, testRatio.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free