Home / Function/ remoteStreamCanDependUponIdleStream() — netty Function Reference

remoteStreamCanDependUponIdleStream() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java lines 101–108

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

        Http2Stream streamA = connection.remote().createStream(2, false);
        setPriority(4, streamA.id(), MIN_WEIGHT, true);
        assertTrue(distributor.isChild(4, streamA.id(), MIN_WEIGHT));
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does remoteStreamCanDependUponIdleStream() do?
remoteStreamCanDependUponIdleStream() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java.
Where is remoteStreamCanDependUponIdleStream() defined?
remoteStreamCanDependUponIdleStream() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java at line 101.
What does remoteStreamCanDependUponIdleStream() call?
remoteStreamCanDependUponIdleStream() 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