Home / Function/ assertPartiallyWritten() — netty Function Reference

assertPartiallyWritten() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 6

Entity Profile

Dependency Diagram

graph TD
  d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27["assertPartiallyWritten()"]
  f33d41f9_6d94_fcc8_6c0d_546200c5b4cd["FakeFlowControlled"]
  d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27 -->|defined in| f33d41f9_6d94_fcc8_6c0d_546200c5b4cd
  b00b5d69_ee8f_41c7_1e19_b72b91082f16["payloadLargerThanWindowShouldWritePartial()"]
  b00b5d69_ee8f_41c7_1e19_b72b91082f16 -->|calls| d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27
  2aae32fe_f478_4db5_efb6_e195ae461e31["windowUpdateAndFlushShouldTriggerWrite()"]
  2aae32fe_f478_4db5_efb6_e195ae461e31 -->|calls| d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27
  16f39ce8_0699_4fca_17de_f6237b24d4f8["successiveSendsShouldNotInteract()"]
  16f39ce8_0699_4fca_17de_f6237b24d4f8 -->|calls| d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27
  6dd01043_550a_82df_19c0_1704c24d8464["initialWindowUpdateShouldSendPartialFrame()"]
  6dd01043_550a_82df_19c0_1704c24d8464 -->|calls| d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27
  82c587a3_7c12_8878_8f8c_6570e288d89b["connectionWindowUpdateShouldSendPartialFrame()"]
  82c587a3_7c12_8878_8f8c_6570e288d89b -->|calls| d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27
  a96394e3_8d89_3135_04de_d053a4a33572["streamWindowUpdateShouldSendPartialFrame()"]
  a96394e3_8d89_3135_04de_d053a4a33572 -->|calls| d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27
  cef12f3c_7ba5_f21c_d8bc_55d129c6c1b0["written()"]
  d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27 -->|calls| cef12f3c_7ba5_f21c_d8bc_55d129c6c1b0
  style d7bb96bf_47aa_9ae7_f5a1_7aaad102fb27 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 1120–1122

        public void assertPartiallyWritten(int expectedWritten) {
            assertPartiallyWritten(expectedWritten, 0);
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does assertPartiallyWritten() do?
assertPartiallyWritten() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is assertPartiallyWritten() defined?
assertPartiallyWritten() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 1120.
What does assertPartiallyWritten() call?
assertPartiallyWritten() calls 1 function(s): written.
What calls assertPartiallyWritten()?
assertPartiallyWritten() is called by 6 function(s): connectionWindowUpdateShouldSendPartialFrame, initialWindowUpdateShouldSendPartialFrame, payloadLargerThanWindowShouldWritePartial, streamWindowUpdateShouldSendPartialFrame, successiveSendsShouldNotInteract, windowUpdateAndFlushShouldTriggerWrite.

Analyze Your Own Codebase

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

Try Supermodel Free