Home / Function/ resetWindow() — netty Function Reference

resetWindow() — netty Function Reference

Architecture documentation for the resetWindow() function in NoPriorityByteDistributionBenchmark.java from the netty codebase.

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  35d08af3_bfdd_7560_e6ef_22b949e65de1["resetWindow()"]
  f30bf97b_8baf_7546_403d_6c90acdabe12["NoPriorityByteDistributionBenchmark"]
  35d08af3_bfdd_7560_e6ef_22b949e65de1 -->|defined in| f30bf97b_8baf_7546_403d_6c90acdabe12
  6891fce2_272e_e7a0_e498_e48c7a7bc3b8["setupInvocation()"]
  6891fce2_272e_e7a0_e498_e48c7a7bc3b8 -->|calls| 35d08af3_bfdd_7560_e6ef_22b949e65de1
  style 35d08af3_bfdd_7560_e6ef_22b949e65de1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/http2/NoPriorityByteDistributionBenchmark.java lines 173–175

    private void resetWindow(Http2Stream stream) throws Http2Exception {
        controller.incrementWindowSize(stream, windowSize - controller.windowSize(stream));
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does resetWindow() do?
resetWindow() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/http2/NoPriorityByteDistributionBenchmark.java.
Where is resetWindow() defined?
resetWindow() is defined in microbench/src/main/java/io/netty/microbench/http2/NoPriorityByteDistributionBenchmark.java at line 173.
What calls resetWindow()?
resetWindow() is called by 1 function(s): setupInvocation.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free