Home / Function/ verifyWindowUpdateSent() — netty Function Reference

verifyWindowUpdateSent() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  edb012e8_f760_5fb6_314e_77a6bfaf20b0["verifyWindowUpdateSent()"]
  99976e08_de48_4e06_40e5_5ee3655f2651["DefaultHttp2LocalFlowControllerTest"]
  edb012e8_f760_5fb6_314e_77a6bfaf20b0 -->|defined in| 99976e08_de48_4e06_40e5_5ee3655f2651
  99635301_4c38_7276_bb36_6c73dafd25ce["windowUpdateShouldSendOnceBytesReturned()"]
  99635301_4c38_7276_bb36_6c73dafd25ce -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  53c661a9_b397_ab5e_f273_ccbf77df7a7f["connectionWindowShouldAutoRefillWhenDataReceived()"]
  53c661a9_b397_ab5e_f273_ccbf77df7a7f -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  1362230c_c862_4505_0a9a_f3c4adbe8ffd["windowUpdateShouldNotBeSentAfterEndOfStream()"]
  1362230c_c862_4505_0a9a_f3c4adbe8ffd -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  e1530ef4_0426_81aa_f5bb_f85c171d2ab4["windowUpdateShouldNotBeSentAfterStreamIsClosedForUnconsumedBytes()"]
  e1530ef4_0426_81aa_f5bb_f85c171d2ab4 -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  d30d055f_dc68_84cc_1de8_cf0e2b2f50c6["windowUpdateShouldBeWrittenWhenStreamIsClosedAndFlushed()"]
  d30d055f_dc68_84cc_1de8_cf0e2b2f50c6 -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  dc643aa7_df2c_541d_5a2b_b96cf443cafd["halfWindowRemainingShouldUpdateAllWindows()"]
  dc643aa7_df2c_541d_5a2b_b96cf443cafd -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  b039f836_1710_00f1_1aef_2e780ee02381["initialWindowUpdateShouldAllowMoreFrames()"]
  b039f836_1710_00f1_1aef_2e780ee02381 -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  f1878823_7e30_9415_37ae_9ab2d65269b9["connectionWindowShouldAdjustWithMultipleStreams()"]
  f1878823_7e30_9415_37ae_9ab2d65269b9 -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  fd272f17_5355_f858_66ce_9589707e9fbd["testRatio()"]
  fd272f17_5355_f858_66ce_9589707e9fbd -->|calls| edb012e8_f760_5fb6_314e_77a6bfaf20b0
  style edb012e8_f760_5fb6_314e_77a6bfaf20b0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java lines 431–433

    private void verifyWindowUpdateSent(int streamId, int windowSizeIncrement) {
        verify(frameWriter).writeWindowUpdate(eq(ctx), eq(streamId), eq(windowSizeIncrement), eq(promise));
    }

Domain

Subdomains

Frequently Asked Questions

What does verifyWindowUpdateSent() do?
verifyWindowUpdateSent() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java.
Where is verifyWindowUpdateSent() defined?
verifyWindowUpdateSent() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java at line 431.
What calls verifyWindowUpdateSent()?
verifyWindowUpdateSent() is called by 9 function(s): connectionWindowShouldAdjustWithMultipleStreams, connectionWindowShouldAutoRefillWhenDataReceived, halfWindowRemainingShouldUpdateAllWindows, initialWindowUpdateShouldAllowMoreFrames, testRatio, windowUpdateShouldBeWrittenWhenStreamIsClosedAndFlushed, windowUpdateShouldNotBeSentAfterEndOfStream, windowUpdateShouldNotBeSentAfterStreamIsClosedForUnconsumedBytes, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free