Home / Function/ streamlRatioShouldImpactStreams() — netty Function Reference

streamlRatioShouldImpactStreams() — netty Function Reference

Architecture documentation for the streamlRatioShouldImpactStreams() function in DefaultHttp2LocalFlowControllerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8beb3781_006a_2793_625d_172365ac46b6["streamlRatioShouldImpactStreams()"]
  99976e08_de48_4e06_40e5_5ee3655f2651["DefaultHttp2LocalFlowControllerTest"]
  8beb3781_006a_2793_625d_172365ac46b6 -->|defined in| 99976e08_de48_4e06_40e5_5ee3655f2651
  fd272f17_5355_f858_66ce_9589707e9fbd["testRatio()"]
  8beb3781_006a_2793_625d_172365ac46b6 -->|calls| fd272f17_5355_f858_66ce_9589707e9fbd
  style 8beb3781_006a_2793_625d_172365ac46b6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java lines 346–350

    @Test
    public void streamlRatioShouldImpactStreams() throws Http2Exception {
        float ratio = 0.6f;
        testRatio(ratio, DEFAULT_WINDOW_SIZE << 1, 3, true);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does streamlRatioShouldImpactStreams() do?
streamlRatioShouldImpactStreams() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java.
Where is streamlRatioShouldImpactStreams() defined?
streamlRatioShouldImpactStreams() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java at line 346.
What does streamlRatioShouldImpactStreams() call?
streamlRatioShouldImpactStreams() 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