Home / Function/ size() — netty Function Reference

size() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  2138bd63_dd75_adae_bf55_ec27bb49f749["size()"]
  f33d41f9_6d94_fcc8_6c0d_546200c5b4cd["FakeFlowControlled"]
  2138bd63_dd75_adae_bf55_ec27bb49f749 -->|defined in| f33d41f9_6d94_fcc8_6c0d_546200c5b4cd
  7bd55a42_7f3e_1d2e_3e9a_fcc8cc515b18["flowControlledWriteCompleteThrowsAnException()"]
  7bd55a42_7f3e_1d2e_3e9a_fcc8cc515b18 -->|calls| 2138bd63_dd75_adae_bf55_ec27bb49f749
  111a72eb_db91_694e_e2ed_66dfcaea4144["closeStreamInFlowControlledError()"]
  111a72eb_db91_694e_e2ed_66dfcaea4144 -->|calls| 2138bd63_dd75_adae_bf55_ec27bb49f749
  8a4c41bb_e902_5338_7f69_db8f445233a4["mockedFlowControlledThatThrowsOnWrite()"]
  8a4c41bb_e902_5338_7f69_db8f445233a4 -->|calls| 2138bd63_dd75_adae_bf55_ec27bb49f749
  abf1bc09_403f_110e_0b96_d73f451a8f8b["write()"]
  abf1bc09_403f_110e_0b96_d73f451a8f8b -->|calls| 2138bd63_dd75_adae_bf55_ec27bb49f749
  cef12f3c_7ba5_f21c_d8bc_55d129c6c1b0["written()"]
  cef12f3c_7ba5_f21c_d8bc_55d129c6c1b0 -->|calls| 2138bd63_dd75_adae_bf55_ec27bb49f749
  style 2138bd63_dd75_adae_bf55_ec27bb49f749 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 1064–1067

        @Override
        public int size() {
            return currentPayloadSize + currentPadding;
        }

Domain

Subdomains

Frequently Asked Questions

What does size() do?
size() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is size() defined?
size() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 1064.
What calls size()?
size() is called by 5 function(s): closeStreamInFlowControlledError, flowControlledWriteCompleteThrowsAnException, mockedFlowControlledThatThrowsOnWrite, write, written.

Analyze Your Own Codebase

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

Try Supermodel Free