setPriority() — netty Function Reference
Architecture documentation for the setPriority() function in AbstractWeightedFairQueueByteDistributorDependencyTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3349ccc9_5fd8_debf_40c5_487d17366483["setPriority()"] b9b7733b_0f6e_c50e_36ac_5bfc3582bcf2["AbstractWeightedFairQueueByteDistributorDependencyTest"] 3349ccc9_5fd8_debf_40c5_487d17366483 -->|defined in| b9b7733b_0f6e_c50e_36ac_5bfc3582bcf2 style 3349ccc9_5fd8_debf_40c5_487d17366483 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/AbstractWeightedFairQueueByteDistributorDependencyTest.java lines 69–71
void setPriority(int streamId, int parent, int weight, boolean exclusive) throws Http2Exception {
distributor.updateDependencyTree(streamId, parent, (short) weight, exclusive);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does setPriority() do?
setPriority() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/AbstractWeightedFairQueueByteDistributorDependencyTest.java.
Where is setPriority() defined?
setPriority() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/AbstractWeightedFairQueueByteDistributorDependencyTest.java at line 69.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free