Home / Function/ dynamicIndexedWithStaticTableNameRef() — netty Function Reference

dynamicIndexedWithStaticTableNameRef() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 83–88

    @Test
    public void dynamicIndexedWithStaticTableNameRef() throws Exception {
        setup(128, 0);
        headersAdded++;
        testDynamicTableIndexed(":authority", "netty.quic");
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free