Home / Function/ localStreamCanDependUponIdleStream() — netty Function Reference

localStreamCanDependUponIdleStream() — netty Function Reference

Architecture documentation for the localStreamCanDependUponIdleStream() function in WeightedFairQueueByteDistributorDependencyTreeTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8bbc8d35_cbf0_3a85_7191_fe9c05bccd79["localStreamCanDependUponIdleStream()"]
  f59fdba5_c411_919e_8d09_ef11c6679e0d["WeightedFairQueueByteDistributorDependencyTreeTest"]
  8bbc8d35_cbf0_3a85_7191_fe9c05bccd79 -->|defined in| f59fdba5_c411_919e_8d09_ef11c6679e0d
  57fc268f_ff1d_75b5_06df_6fd94e9fd09c["setup()"]
  8bbc8d35_cbf0_3a85_7191_fe9c05bccd79 -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  style 8bbc8d35_cbf0_3a85_7191_fe9c05bccd79 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java lines 92–99

    @Test
    public void localStreamCanDependUponIdleStream() throws Http2Exception {
        setup(1);

        Http2Stream streamA = connection.local().createStream(1, false);
        setPriority(3, streamA.id(), MIN_WEIGHT, true);
        assertTrue(distributor.isChild(3, streamA.id(), MIN_WEIGHT));
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does localStreamCanDependUponIdleStream() do?
localStreamCanDependUponIdleStream() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java.
Where is localStreamCanDependUponIdleStream() defined?
localStreamCanDependUponIdleStream() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java at line 92.
What does localStreamCanDependUponIdleStream() call?
localStreamCanDependUponIdleStream() calls 1 function(s): setup.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free