Home / Function/ HpackDecoder() — netty Function Reference

HpackDecoder() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  9eee5dd8_09e1_f0ff_c8d1_2c75a9663408["HpackDecoder()"]
  6a8a567c_977e_e3a6_f305_671f38945583["Http2TestUtil"]
  9eee5dd8_09e1_f0ff_c8d1_2c75a9663408 -->|defined in| 6a8a567c_977e_e3a6_f305_671f38945583
  style 9eee5dd8_09e1_f0ff_c8d1_2c75a9663408 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java lines 131–137

    public static HpackDecoder newTestDecoder() {
        try {
            return newTestDecoder(MAX_HEADER_LIST_SIZE, MAX_HEADER_TABLE_SIZE);
        } catch (Http2Exception e) {
            throw new Error("max size not allowed?", e);
        }
    }

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/Http2TestUtil.java.
Where is HpackDecoder() defined?
HpackDecoder() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java at line 131.

Analyze Your Own Codebase

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

Try Supermodel Free