setPriority() — netty Function Reference
Architecture documentation for the setPriority() function in UniformStreamByteDistributorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a6c2aca6_aa8e_1f2c_221a_88b9bd0bd852["setPriority()"] c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f["UniformStreamByteDistributorTest"] a6c2aca6_aa8e_1f2c_221a_88b9bd0bd852 -->|defined in| c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f 75849638_989f_655e_1d7d_dc8477e8c8f6["setup()"] 75849638_989f_655e_1d7d_dc8477e8c8f6 -->|calls| a6c2aca6_aa8e_1f2c_221a_88b9bd0bd852 1bcd0e0b_21ac_c26f_1eac_6781515ba458["minChunkShouldBeAllocatedPerStream()"] 1bcd0e0b_21ac_c26f_1eac_6781515ba458 -->|calls| a6c2aca6_aa8e_1f2c_221a_88b9bd0bd852 style a6c2aca6_aa8e_1f2c_221a_88b9bd0bd852 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java lines 262–264
private void setPriority(int streamId, int parent, int weight, boolean exclusive) {
distributor.updateDependencyTree(streamId, parent, (short) weight, exclusive);
}
Domain
Subdomains
Defined In
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/UniformStreamByteDistributorTest.java.
Where is setPriority() defined?
setPriority() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java at line 262.
What calls setPriority()?
setPriority() is called by 2 function(s): minChunkShouldBeAllocatedPerStream, setup.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free