Home / Function/ State() — netty Function Reference

State() — netty Function Reference

Architecture documentation for the State() function in WeightedFairQueueByteDistributor.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c917735b_d24b_2117_4bb3_2cfe991fa070["State()"]
  7bb99c84_0884_e59e_f284_a7da408d2406["State"]
  c917735b_d24b_2117_4bb3_2cfe991fa070 -->|defined in| 7bb99c84_0884_e59e_f284_a7da408d2406
  fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3["State()"]
  c917735b_d24b_2117_4bb3_2cfe991fa070 -->|calls| fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3
  style c917735b_d24b_2117_4bb3_2cfe991fa070 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 465–467

        State(int streamId) {
            this(streamId, null, 0);
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does State() do?
State() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java.
Where is State() defined?
State() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java at line 465.
What does State() call?
State() calls 1 function(s): State.

Analyze Your Own Codebase

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

Try Supermodel Free