unsetDistributing() — netty Function Reference
Architecture documentation for the unsetDistributing() function in WeightedFairQueueByteDistributor.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a4ebbe86_f0f3_1567_2660_42bd80803003["unsetDistributing()"] 7bb99c84_0884_e59e_f284_a7da408d2406["State"] a4ebbe86_f0f3_1567_2660_42bd80803003 -->|defined in| 7bb99c84_0884_e59e_f284_a7da408d2406 fee5801b_b90a_5512_05a6_7256df952cd8["distributeToChildren()"] fee5801b_b90a_5512_05a6_7256df952cd8 -->|calls| a4ebbe86_f0f3_1567_2660_42bd80803003 style a4ebbe86_f0f3_1567_2660_42bd80803003 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 733–735
void unsetDistributing() {
flags &= ~STATE_IS_DISTRIBUTING;
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does unsetDistributing() do?
unsetDistributing() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java.
Where is unsetDistributing() defined?
unsetDistributing() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java at line 733.
What calls unsetDistributing()?
unsetDistributing() is called by 1 function(s): distributeToChildren.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free