Home / Function/ testDynamicTableSizeUpdateRequired() — netty Function Reference

testDynamicTableSizeUpdateRequired() — netty Function Reference

Architecture documentation for the testDynamicTableSizeUpdateRequired() function in HpackDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3f28b179_7900_4a19_58a4_d0f88ec9effd["testDynamicTableSizeUpdateRequired()"]
  499468ca_3853_024b_2b80_17090ef6cd43["HpackDecoderTest"]
  3f28b179_7900_4a19_58a4_d0f88ec9effd -->|defined in| 499468ca_3853_024b_2b80_17090ef6cd43
  47ac4151_0b50_9884_0d18_472d1c51065d["decode()"]
  3f28b179_7900_4a19_58a4_d0f88ec9effd -->|calls| 47ac4151_0b50_9884_0d18_472d1c51065d
  style 3f28b179_7900_4a19_58a4_d0f88ec9effd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java lines 336–341

    @Test
    public void testDynamicTableSizeUpdateRequired() throws Http2Exception {
        hpackDecoder.setMaxHeaderTableSize(32);
        decode("3F00");
        assertEquals(31, hpackDecoder.getMaxHeaderTableSize());
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does testDynamicTableSizeUpdateRequired() do?
testDynamicTableSizeUpdateRequired() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java.
Where is testDynamicTableSizeUpdateRequired() defined?
testDynamicTableSizeUpdateRequired() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java at line 336.
What does testDynamicTableSizeUpdateRequired() call?
testDynamicTableSizeUpdateRequired() calls 1 function(s): decode.

Analyze Your Own Codebase

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

Try Supermodel Free