Home / Function/ setup() — netty Function Reference

setup() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  57fc268f_ff1d_75b5_06df_6fd94e9fd09c["setup()"]
  f59fdba5_c411_919e_8d09_ef11c6679e0d["WeightedFairQueueByteDistributorDependencyTreeTest"]
  57fc268f_ff1d_75b5_06df_6fd94e9fd09c -->|defined in| f59fdba5_c411_919e_8d09_ef11c6679e0d
  8bbc8d35_cbf0_3a85_7191_fe9c05bccd79["localStreamCanDependUponIdleStream()"]
  8bbc8d35_cbf0_3a85_7191_fe9c05bccd79 -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  40397944_b060_9fe5_ff68_e0c995665028["remoteStreamCanDependUponIdleStream()"]
  40397944_b060_9fe5_ff68_e0c995665028 -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  381f804b_d2b2_b069_9b73_cde86465fca2["stateOnlyPriorityShouldBePreservedWhenStreamsAreCreatedAndClosed()"]
  381f804b_d2b2_b069_9b73_cde86465fca2 -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  60aa764a_c5b7_3fcc_4f08_647f77b7de6a["fireFoxQoSStreamsRemainAfterDataStreamsAreClosed()"]
  60aa764a_c5b7_3fcc_4f08_647f77b7de6a -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  7fd9f674_a3db_2f86_0b71_15955386dcef["lowestPrecedenceStateShouldBeDropped()"]
  7fd9f674_a3db_2f86_0b71_15955386dcef -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  5d10d3e9_9c67_57c1_638f_bb9c26793f7e["priorityOnlyStreamsArePreservedWhenReservedStreamsAreClosed()"]
  5d10d3e9_9c67_57c1_638f_bb9c26793f7e -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  b68f161d_79a2_4a28_513e_8aa749b70625["unknownParentShouldBeCreatedUnderConnection()"]
  b68f161d_79a2_4a28_513e_8aa749b70625 -->|calls| 57fc268f_ff1d_75b5_06df_6fd94e9fd09c
  style 57fc268f_ff1d_75b5_06df_6fd94e9fd09c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java lines 45–50

    @BeforeEach
    public void setup() throws Http2Exception {
        MockitoAnnotations.initMocks(this);

        setup(0);
    }

Domain

Subdomains

Frequently Asked Questions

What does setup() do?
setup() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java.
Where is setup() defined?
setup() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorDependencyTreeTest.java at line 45.
What calls setup()?
setup() is called by 7 function(s): fireFoxQoSStreamsRemainAfterDataStreamsAreClosed, localStreamCanDependUponIdleStream, lowestPrecedenceStateShouldBeDropped, priorityOnlyStreamsArePreservedWhenReservedStreamsAreClosed, remoteStreamCanDependUponIdleStream, stateOnlyPriorityShouldBePreservedWhenStreamsAreCreatedAndClosed, unknownParentShouldBeCreatedUnderConnection.

Analyze Your Own Codebase

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

Try Supermodel Free