IndexType Type — netty Architecture
Architecture documentation for the IndexType type/interface in QpackUtil.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8515d38d_509a_4f42_bede_5d1b0a33256b["IndexType"] 5dac591f_ee27_c370_6f61_c515e9ecef76["QpackUtil.java"] 8515d38d_509a_4f42_bede_5d1b0a33256b -->|defined in| 5dac591f_ee27_c370_6f61_c515e9ecef76 style 8515d38d_509a_4f42_bede_5d1b0a33256b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/main/java/io/netty/handler/codec/http3/QpackUtil.java lines 172–176
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
}
Source
Frequently Asked Questions
What is the IndexType type?
IndexType is a type/interface in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/QpackUtil.java.
Where is IndexType defined?
IndexType is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/QpackUtil.java at line 172.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free