Home / Function/ incrementWindowSize() — netty Function Reference

incrementWindowSize() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  947caffb_54ef_9984_108e_69119ef018d1["incrementWindowSize()"]
  f8fd7697_92d4_6455_4dd8_09a33ac81a6f["DefaultHttp2RemoteFlowControllerTest"]
  947caffb_54ef_9984_108e_69119ef018d1 -->|defined in| f8fd7697_92d4_6455_4dd8_09a33ac81a6f
  ef28a258_356b_c47b_6050_279264ee0398["windowUpdateShouldChangeConnectionWindow()"]
  ef28a258_356b_c47b_6050_279264ee0398 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  787ea31a_15c1_ceba_c30f_31aa0bd170d4["windowUpdateShouldChangeStreamWindow()"]
  787ea31a_15c1_ceba_c30f_31aa0bd170d4 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  2aae32fe_f478_4db5_efb6_e195ae461e31["windowUpdateAndFlushShouldTriggerWrite()"]
  2aae32fe_f478_4db5_efb6_e195ae461e31 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  ecdc5a9a_67c1_67ad_e2f7_250f26a0857c["initialWindowUpdateShouldSendPayload()"]
  ecdc5a9a_67c1_67ad_e2f7_250f26a0857c -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  16f39ce8_0699_4fca_17de_f6237b24d4f8["successiveSendsShouldNotInteract()"]
  16f39ce8_0699_4fca_17de_f6237b24d4f8 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  bdbd752a_96ca_92fb_7341_a4ddb7b401e6["negativeWindowShouldNotThrowException()"]
  bdbd752a_96ca_92fb_7341_a4ddb7b401e6 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  d2dab0f5_680b_0871_7ef7_ff0bb34b4834["connectionWindowUpdateShouldSendFrame()"]
  d2dab0f5_680b_0871_7ef7_ff0bb34b4834 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  82c587a3_7c12_8878_8f8c_6570e288d89b["connectionWindowUpdateShouldSendPartialFrame()"]
  82c587a3_7c12_8878_8f8c_6570e288d89b -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  eb6f6578_87ec_6ea1_bee9_3ea7fce7fda3["streamWindowUpdateShouldSendFrame()"]
  eb6f6578_87ec_6ea1_bee9_3ea7fce7fda3 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  a96394e3_8d89_3135_04de_d053a4a33572["streamWindowUpdateShouldSendPartialFrame()"]
  a96394e3_8d89_3135_04de_d053a4a33572 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  cbf824fe_e9cc_34ce_8efe_68dfd754d243["nonWritableChannelDoesNotAttemptToWrite()"]
  cbf824fe_e9cc_34ce_8efe_68dfd754d243 -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  bc876d3d_5779_94ca_7427_53cdf7222fdd["contextShouldSendQueuedFramesWhenSet()"]
  bc876d3d_5779_94ca_7427_53cdf7222fdd -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  755c1b74_beca_bbf4_03dd_dc973ba061bd["exhaustStreamWindow()"]
  755c1b74_beca_bbf4_03dd_dc973ba061bd -->|calls| 947caffb_54ef_9984_108e_69119ef018d1
  style 947caffb_54ef_9984_108e_69119ef018d1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 1017–1019

    private void incrementWindowSize(int streamId, int delta) throws Http2Exception {
        controller.incrementWindowSize(stream(streamId), delta);
    }

Domain

Subdomains

Frequently Asked Questions

What does incrementWindowSize() do?
incrementWindowSize() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is incrementWindowSize() defined?
incrementWindowSize() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 1017.
What calls incrementWindowSize()?
incrementWindowSize() is called by 13 function(s): connectionWindowUpdateShouldSendFrame, connectionWindowUpdateShouldSendPartialFrame, contextShouldSendQueuedFramesWhenSet, exhaustStreamWindow, initialWindowUpdateShouldSendPayload, negativeWindowShouldNotThrowException, nonWritableChannelDoesNotAttemptToWrite, streamWindowUpdateShouldSendFrame, and 5 more.

Analyze Your Own Codebase

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

Try Supermodel Free