Home / Type/ IndexType Type — netty Architecture

IndexType Type — netty Architecture

Architecture documentation for the IndexType type/interface in HpackUtil.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f9458407_e13b_c318_0395_96d46418f63a["IndexType"]
  49dbb25b_14ae_f934_f727_a2ea5f2f978d["HpackUtil.java"]
  f9458407_e13b_c318_0395_96d46418f63a -->|defined in| 49dbb25b_14ae_f934_f727_a2ea5f2f978d
  style f9458407_e13b_c318_0395_96d46418f63a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/HpackUtil.java lines 79–83

    enum IndexType {
        INCREMENTAL, // Section 6.2.1. Literal Header Field with Incremental Indexing
        NONE,        // Section 6.2.2. Literal Header Field without Indexing
        NEVER        // Section 6.2.3. Literal Header Field never Indexed
    }

Frequently Asked Questions

What is the IndexType type?
IndexType is a type/interface in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/HpackUtil.java.
Where is IndexType defined?
IndexType is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/HpackUtil.java at line 79.

Analyze Your Own Codebase

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

Try Supermodel Free