Home / Function/ dynamicIndexedWithNameRef() — netty Function Reference

dynamicIndexedWithNameRef() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  4532cf55_07c3_23b1_bd32_f99083b0395b["dynamicIndexedWithNameRef()"]
  a2f105b8_5272_f106_c6ff_e4604fde3ee0["QpackEncoderDecoderTest"]
  4532cf55_07c3_23b1_bd32_f99083b0395b -->|defined in| a2f105b8_5272_f106_c6ff_e4604fde3ee0
  8b7d68af_ce51_4e48_b8d7_ce72fd007482["setup()"]
  4532cf55_07c3_23b1_bd32_f99083b0395b -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482
  03d51482_35ec_6301_b735_1bbed1e47a21["testDynamicTableIndexed()"]
  4532cf55_07c3_23b1_bd32_f99083b0395b -->|calls| 03d51482_35ec_6301_b735_1bbed1e47a21
  8ffd2344_51e9_0e6a_5a0a_2cca38fa4edd["resetState()"]
  4532cf55_07c3_23b1_bd32_f99083b0395b -->|calls| 8ffd2344_51e9_0e6a_5a0a_2cca38fa4edd
  style 4532cf55_07c3_23b1_bd32_f99083b0395b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 97–112

    @Test
    public void dynamicIndexedWithNameRef() throws Exception {
        setup(128, 0);

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

        resetState();

        headersAdded++;
        testDynamicTableIndexed("foo", "bar2");

        resetState();

        testDynamicTableIndexed("foo", "bar");
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free