Home / Function/ testLiteralWithIncrementalIndexingWithEmptyName() — netty Function Reference

testLiteralWithIncrementalIndexingWithEmptyName() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java lines 422–426

    @Test
    public void testLiteralWithIncrementalIndexingWithEmptyName() throws Http2Exception {
        decode("400005" + hex("value"));
        verify(mockHeaders, times(1)).add(EMPTY_STRING, of("value"));
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does testLiteralWithIncrementalIndexingWithEmptyName() do?
testLiteralWithIncrementalIndexingWithEmptyName() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java.
Where is testLiteralWithIncrementalIndexingWithEmptyName() defined?
testLiteralWithIncrementalIndexingWithEmptyName() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackDecoderTest.java at line 422.
What does testLiteralWithIncrementalIndexingWithEmptyName() call?
testLiteralWithIncrementalIndexingWithEmptyName() 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