Home / Function/ initState() — netty Function Reference

initState() — netty Function Reference

Architecture documentation for the initState() function in UniformStreamByteDistributorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  874cc0a8_d364_ef65_d3c3_16d61b243e73["initState()"]
  c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f["UniformStreamByteDistributorTest"]
  874cc0a8_d364_ef65_d3c3_16d61b243e73 -->|defined in| c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f
  59498931_38a4_a9e5_5599_b47a54ba0e4b["bytesUnassignedAfterProcessing()"]
  59498931_38a4_a9e5_5599_b47a54ba0e4b -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73
  05bc5ac6_f8e9_6aad_fa1a_e73aa259238b["connectionErrorForWriterException()"]
  05bc5ac6_f8e9_6aad_fa1a_e73aa259238b -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73
  1bcd0e0b_21ac_c26f_1eac_6781515ba458["minChunkShouldBeAllocatedPerStream()"]
  1bcd0e0b_21ac_c26f_1eac_6781515ba458 -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73
  688b36ee_81a1_a272_d4d6_a5f1285683d5["streamWithMoreDataShouldBeEnqueuedAfterWrite()"]
  688b36ee_81a1_a272_d4d6_a5f1285683d5 -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73
  c33847f9_9ef5_0cd4_37aa_1d872cf264f5["emptyFrameAtHeadIsWritten()"]
  c33847f9_9ef5_0cd4_37aa_1d872cf264f5 -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73
  529feccb_987c_8256_b2b2_8dab7663329c["streamWindowExhaustedDoesNotWrite()"]
  529feccb_987c_8256_b2b2_8dab7663329c -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73
  092a439a_75a5_e1e7_edc5_9fbfef4a563b["streamWindowLargerThanIntDoesNotInfiniteLoop()"]
  092a439a_75a5_e1e7_edc5_9fbfef4a563b -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73
  style 874cc0a8_d364_ef65_d3c3_16d61b243e73 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java lines 249–251

    private void initState(final int streamId, final long streamableBytes, final boolean hasFrame) {
        initState(streamId, streamableBytes, hasFrame, hasFrame);
    }

Domain

Subdomains

Frequently Asked Questions

What does initState() do?
initState() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java.
Where is initState() defined?
initState() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java at line 249.
What calls initState()?
initState() is called by 7 function(s): bytesUnassignedAfterProcessing, connectionErrorForWriterException, emptyFrameAtHeadIsWritten, minChunkShouldBeAllocatedPerStream, streamWindowExhaustedDoesNotWrite, streamWindowLargerThanIntDoesNotInfiniteLoop, streamWithMoreDataShouldBeEnqueuedAfterWrite.

Analyze Your Own Codebase

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

Try Supermodel Free