State() — netty Function Reference
Architecture documentation for the State() function in WeightedFairQueueByteDistributor.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3["State()"] f6394c11_feeb_5e3e_8717_b7d2d36bbf34["WeightedFairQueueByteDistributor"] fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3 -->|defined in| f6394c11_feeb_5e3e_8717_b7d2d36bbf34 c917735b_d24b_2117_4bb3_2cfe991fa070["State()"] c917735b_d24b_2117_4bb3_2cfe991fa070 -->|calls| fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3 0f84cad1_72bf_48c4_a975_f58d297dd3c2["WeightedFairQueueByteDistributor()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3 ebb4ce48_a19b_1763_6677_772bd73eafff["updateDependencyTree()"] ebb4ce48_a19b_1763_6677_772bd73eafff -->|calls| fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3 style fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 342–344
private State state(Http2Stream stream) {
return stream.getProperty(stateKey);
}
Domain
Subdomains
Defined In
Source
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 342.
What calls State()?
State() is called by 3 function(s): State, WeightedFairQueueByteDistributor, updateDependencyTree.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free