Home / Type/ State Type — netty Architecture

State Type — netty Architecture

Architecture documentation for the State type/interface in SpdyHeaderBlockRawDecoder.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c2bcf97c_f944_e5a1_c30d_240140c3894c["State"]
  69981a23_470b_b9bb_c947_7393dc57e42a["SpdyHeaderBlockRawDecoder.java"]
  c2bcf97c_f944_e5a1_c30d_240140c3894c -->|defined in| 69981a23_470b_b9bb_c947_7393dc57e42a
  style c2bcf97c_f944_e5a1_c30d_240140c3894c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/spdy/SpdyHeaderBlockRawDecoder.java lines 41–51

    private enum State {
        READ_NUM_HEADERS,
        READ_NAME_LENGTH,
        READ_NAME,
        SKIP_NAME,
        READ_VALUE_LENGTH,
        READ_VALUE,
        SKIP_VALUE,
        END_HEADER_BLOCK,
        ERROR
    }

Frequently Asked Questions

What is the State type?
State is a type/interface in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/spdy/SpdyHeaderBlockRawDecoder.java.
Where is State defined?
State is defined in codec-http/src/main/java/io/netty/handler/codec/spdy/SpdyHeaderBlockRawDecoder.java at line 41.

Analyze Your Own Codebase

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

Try Supermodel Free