Home / Function/ sendMaxPushId() — netty Function Reference

sendMaxPushId() — netty Function Reference

Architecture documentation for the sendMaxPushId() function in Http3ServerPushStreamManagerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d85e4a71_7b93_6a40_1331_3afa1d03beda["sendMaxPushId()"]
  716d9879_a637_c3da_7ca6_1aa12e6c5118["Http3ServerPushStreamManagerTest"]
  d85e4a71_7b93_6a40_1331_3afa1d03beda -->|defined in| 716d9879_a637_c3da_7ca6_1aa12e6c5118
  2fa1e6f9_067c_9e7f_5669_33745b59e1f7["pushAllowed()"]
  2fa1e6f9_067c_9e7f_5669_33745b59e1f7 -->|calls| d85e4a71_7b93_6a40_1331_3afa1d03beda
  b3cff5e4_447f_45c9_eb0f_76aa03c8374a["reserveWhenPushAllowed()"]
  b3cff5e4_447f_45c9_eb0f_76aa03c8374a -->|calls| d85e4a71_7b93_6a40_1331_3afa1d03beda
  491c782e_d9e1_27d3_331a_dec97332692b["reservesAfterRefreshMaxId()"]
  491c782e_d9e1_27d3_331a_dec97332692b -->|calls| d85e4a71_7b93_6a40_1331_3afa1d03beda
  c35515f9_4bcd_f37f_1776_0b3e961facd2["pushStreamCreateAndClose()"]
  c35515f9_4bcd_f37f_1776_0b3e961facd2 -->|calls| d85e4a71_7b93_6a40_1331_3afa1d03beda
  style d85e4a71_7b93_6a40_1331_3afa1d03beda fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ServerPushStreamManagerTest.java lines 190–194

    private void sendMaxPushId(int maxPushId) throws QpackException {
        final DefaultHttp3MaxPushIdFrame maxPushIdFrame = new DefaultHttp3MaxPushIdFrame(maxPushId);
        connectionHandler.localControlStreamHandler.channelRead(controlStreamHandlerCtx, maxPushIdFrame);
        assertTrue(channel.isActive());
    }

Domain

Subdomains

Frequently Asked Questions

What does sendMaxPushId() do?
sendMaxPushId() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ServerPushStreamManagerTest.java.
Where is sendMaxPushId() defined?
sendMaxPushId() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ServerPushStreamManagerTest.java at line 190.
What calls sendMaxPushId()?
sendMaxPushId() is called by 4 function(s): pushAllowed, pushStreamCreateAndClose, reserveWhenPushAllowed, reservesAfterRefreshMaxId.

Analyze Your Own Codebase

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

Try Supermodel Free