reprioritizeWithNoChangeShouldDoNothing() — netty Function Reference
Architecture documentation for the reprioritizeWithNoChangeShouldDoNothing() function in WeightedFairQueueByteDistributorDependencyTreeTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b2742d7d_0a2a_af04_7a99_227c781bcf8f["reprioritizeWithNoChangeShouldDoNothing()"] f59fdba5_c411_919e_8d09_ef11c6679e0d["WeightedFairQueueByteDistributorDependencyTreeTest"] b2742d7d_0a2a_af04_7a99_227c781bcf8f -->|defined in| f59fdba5_c411_919e_8d09_ef11c6679e0d style b2742d7d_0a2a_af04_7a99_227c781bcf8f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java lines 118–125
@Test
public void reprioritizeWithNoChangeShouldDoNothing() throws Exception {
Http2Stream stream = connection.local().createStream(1, false);
setPriority(stream.id(), connection.connectionStream().id(), DEFAULT_PRIORITY_WEIGHT, false);
assertTrue(distributor.isChild(stream.id(), connection.connectionStream().id(), DEFAULT_PRIORITY_WEIGHT));
assertEquals(1, distributor.numChildren(connection.connectionStream().id()));
assertEquals(0, distributor.numChildren(stream.id()));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does reprioritizeWithNoChangeShouldDoNothing() do?
reprioritizeWithNoChangeShouldDoNothing() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java.
Where is reprioritizeWithNoChangeShouldDoNothing() defined?
reprioritizeWithNoChangeShouldDoNothing() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java at line 118.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free