Home / Function/ verifyWindowUpdateNotSent() — netty Function Reference

verifyWindowUpdateNotSent() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  0704ea53_57a1_5305_109e_c7f112548050["verifyWindowUpdateNotSent()"]
  99976e08_de48_4e06_40e5_5ee3655f2651["DefaultHttp2LocalFlowControllerTest"]
  0704ea53_57a1_5305_109e_c7f112548050 -->|defined in| 99976e08_de48_4e06_40e5_5ee3655f2651
  5aff38b2_40bc_6844_1fa0_b57df87ed68a["dataFrameShouldBeAccepted()"]
  5aff38b2_40bc_6844_1fa0_b57df87ed68a -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  99635301_4c38_7276_bb36_6c73dafd25ce["windowUpdateShouldSendOnceBytesReturned()"]
  99635301_4c38_7276_bb36_6c73dafd25ce -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  53c661a9_b397_ab5e_f273_ccbf77df7a7f["connectionWindowShouldAutoRefillWhenDataReceived()"]
  53c661a9_b397_ab5e_f273_ccbf77df7a7f -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  1362230c_c862_4505_0a9a_f3c4adbe8ffd["windowUpdateShouldNotBeSentAfterEndOfStream()"]
  1362230c_c862_4505_0a9a_f3c4adbe8ffd -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  e1530ef4_0426_81aa_f5bb_f85c171d2ab4["windowUpdateShouldNotBeSentAfterStreamIsClosedForUnconsumedBytes()"]
  e1530ef4_0426_81aa_f5bb_f85c171d2ab4 -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  d30d055f_dc68_84cc_1de8_cf0e2b2f50c6["windowUpdateShouldBeWrittenWhenStreamIsClosedAndFlushed()"]
  d30d055f_dc68_84cc_1de8_cf0e2b2f50c6 -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  f1878823_7e30_9415_37ae_9ab2d65269b9["connectionWindowShouldAdjustWithMultipleStreams()"]
  f1878823_7e30_9415_37ae_9ab2d65269b9 -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  fd272f17_5355_f858_66ce_9589707e9fbd["testRatio()"]
  fd272f17_5355_f858_66ce_9589707e9fbd -->|calls| 0704ea53_57a1_5305_109e_c7f112548050
  style 0704ea53_57a1_5305_109e_c7f112548050 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java lines 435–437

    private void verifyWindowUpdateNotSent(int streamId) {
        verify(frameWriter, never()).writeWindowUpdate(eq(ctx), eq(streamId), anyInt(), eq(promise));
    }

Domain

Subdomains

Frequently Asked Questions

What does verifyWindowUpdateNotSent() do?
verifyWindowUpdateNotSent() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java.
Where is verifyWindowUpdateNotSent() defined?
verifyWindowUpdateNotSent() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java at line 435.
What calls verifyWindowUpdateNotSent()?
verifyWindowUpdateNotSent() is called by 8 function(s): connectionWindowShouldAdjustWithMultipleStreams, connectionWindowShouldAutoRefillWhenDataReceived, dataFrameShouldBeAccepted, testRatio, windowUpdateShouldBeWrittenWhenStreamIsClosedAndFlushed, windowUpdateShouldNotBeSentAfterEndOfStream, windowUpdateShouldNotBeSentAfterStreamIsClosedForUnconsumedBytes, windowUpdateShouldSendOnceBytesReturned.

Analyze Your Own Codebase

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

Try Supermodel Free