Home / Function/ dynamicIndexedWithNameRefWithBlockedStream() — netty Function Reference

dynamicIndexedWithNameRefWithBlockedStream() — netty Function Reference

Architecture documentation for the dynamicIndexedWithNameRefWithBlockedStream() function in QpackEncoderDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a9e9c4c0_1adb_7262_dc8f_b3511f755aa1["dynamicIndexedWithNameRefWithBlockedStream()"]
  a2f105b8_5272_f106_c6ff_e4604fde3ee0["QpackEncoderDecoderTest"]
  a9e9c4c0_1adb_7262_dc8f_b3511f755aa1 -->|defined in| a2f105b8_5272_f106_c6ff_e4604fde3ee0
  8b7d68af_ce51_4e48_b8d7_ce72fd007482["setup()"]
  a9e9c4c0_1adb_7262_dc8f_b3511f755aa1 -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482
  a074fc6f_eb09_bb92_e78d_571f8806ca4c["testDynamicTableIndexedWithBlockedStreams()"]
  a9e9c4c0_1adb_7262_dc8f_b3511f755aa1 -->|calls| a074fc6f_eb09_bb92_e78d_571f8806ca4c
  8ffd2344_51e9_0e6a_5a0a_2cca38fa4edd["resetState()"]
  a9e9c4c0_1adb_7262_dc8f_b3511f755aa1 -->|calls| 8ffd2344_51e9_0e6a_5a0a_2cca38fa4edd
  style a9e9c4c0_1adb_7262_dc8f_b3511f755aa1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 114–125

    @Test
    public void dynamicIndexedWithNameRefWithBlockedStream() throws Exception {
        setup(128, 100);

        headersAdded++;
        testDynamicTableIndexedWithBlockedStreams("foo", "bar");

        resetState();

        headersAdded++;
        testDynamicTableIndexedWithBlockedStreams("foo", "bar2");
    }

Domain

Subdomains

Frequently Asked Questions

What does dynamicIndexedWithNameRefWithBlockedStream() do?
dynamicIndexedWithNameRefWithBlockedStream() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java.
Where is dynamicIndexedWithNameRefWithBlockedStream() defined?
dynamicIndexedWithNameRefWithBlockedStream() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java at line 114.
What does dynamicIndexedWithNameRefWithBlockedStream() call?
dynamicIndexedWithNameRefWithBlockedStream() calls 3 function(s): resetState, setup, testDynamicTableIndexedWithBlockedStreams.

Analyze Your Own Codebase

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

Try Supermodel Free