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