Home / Function/ incrementWindowSize() — netty Function Reference

incrementWindowSize() — netty Function Reference

Architecture documentation for the incrementWindowSize() function in DefaultHttp2RemoteFlowController.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2fd48e31_235b_a44b_2cc6_1ebbeb6ba04f["incrementWindowSize()"]
  415966d7_2c19_58a9_659f_282cc732e73c["DefaultHttp2RemoteFlowController"]
  2fd48e31_235b_a44b_2cc6_1ebbeb6ba04f -->|defined in| 415966d7_2c19_58a9_659f_282cc732e73c
  11849e18_d9ef_64e9_d508_35c077f67430["incrementWindowSize()"]
  2fd48e31_235b_a44b_2cc6_1ebbeb6ba04f -->|calls| 11849e18_d9ef_64e9_d508_35c077f67430
  style 2fd48e31_235b_a44b_2cc6_1ebbeb6ba04f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 202–206

    @Override
    public void incrementWindowSize(Http2Stream stream, int delta) throws Http2Exception {
        assert ctx == null || ctx.executor().inEventLoop();
        monitor.incrementWindowSize(state(stream), delta);
    }

Domain

Subdomains

Frequently Asked Questions

What does incrementWindowSize() do?
incrementWindowSize() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java.
Where is incrementWindowSize() defined?
incrementWindowSize() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java at line 202.
What does incrementWindowSize() call?
incrementWindowSize() calls 1 function(s): incrementWindowSize.

Analyze Your Own Codebase

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

Try Supermodel Free