Home / Function/ HpackDecoder() — netty Function Reference

HpackDecoder() — netty Function Reference

Architecture documentation for the HpackDecoder() function in HpackTestCase.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9fd51714_ffb1_86fa_3859_1e7312fe080e["HpackDecoder()"]
  7b46bcd3_dbd5_a8a9_21a7_007c98b4f704["HpackTestCase"]
  9fd51714_ffb1_86fa_3859_1e7312fe080e -->|defined in| 7b46bcd3_dbd5_a8a9_21a7_007c98b4f704
  style 9fd51714_ffb1_86fa_3859_1e7312fe080e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/HpackTestCase.java lines 171–178

    private HpackDecoder createDecoder() {
        int maxHeaderTableSize = this.maxHeaderTableSize;
        if (maxHeaderTableSize == -1) {
            maxHeaderTableSize = Integer.MAX_VALUE;
        }

        return new HpackDecoder(DEFAULT_HEADER_LIST_SIZE, maxHeaderTableSize);
    }

Domain

Subdomains

Frequently Asked Questions

What does HpackDecoder() do?
HpackDecoder() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackTestCase.java.
Where is HpackDecoder() defined?
HpackDecoder() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/HpackTestCase.java at line 171.

Analyze Your Own Codebase

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

Try Supermodel Free