globalRatioShouldImpactStreams() — netty Function Reference
Architecture documentation for the globalRatioShouldImpactStreams() function in DefaultHttp2LocalFlowControllerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c98dd60c_ab10_2673_9f67_14a764444aa3["globalRatioShouldImpactStreams()"] 99976e08_de48_4e06_40e5_5ee3655f2651["DefaultHttp2LocalFlowControllerTest"] c98dd60c_ab10_2673_9f67_14a764444aa3 -->|defined in| 99976e08_de48_4e06_40e5_5ee3655f2651 fd272f17_5355_f858_66ce_9589707e9fbd["testRatio()"] c98dd60c_ab10_2673_9f67_14a764444aa3 -->|calls| fd272f17_5355_f858_66ce_9589707e9fbd style c98dd60c_ab10_2673_9f67_14a764444aa3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java lines 339–344
@Test
public void globalRatioShouldImpactStreams() throws Http2Exception {
float ratio = 0.6f;
controller.windowUpdateRatio(ratio);
testRatio(ratio, DEFAULT_WINDOW_SIZE << 1, 3, false);
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does globalRatioShouldImpactStreams() do?
globalRatioShouldImpactStreams() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java.
Where is globalRatioShouldImpactStreams() defined?
globalRatioShouldImpactStreams() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java at line 339.
What does globalRatioShouldImpactStreams() call?
globalRatioShouldImpactStreams() calls 1 function(s): testRatio.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free