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