Home / Type/ State Type — netty Architecture

State Type — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  b92de5bd_4201_c1f8_8573_fd46151f6e0a["State"]
  a0a8183c_ce02_b1cc_9aa7_1aa43cc86e52["FastLzFrameDecoder.java"]
  b92de5bd_4201_c1f8_8573_fd46151f6e0a -->|defined in| a0a8183c_ce02_b1cc_9aa7_1aa43cc86e52
  style b92de5bd_4201_c1f8_8573_fd46151f6e0a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/main/java/io/netty/handler/codec/compression/FastLzFrameDecoder.java lines 40–45

    private enum State {
        INIT_BLOCK,
        INIT_BLOCK_PARAMS,
        DECOMPRESS_DATA,
        CORRUPTED
    }

Frequently Asked Questions

What is the State type?
State is a type/interface in the netty codebase, defined in codec-compression/src/main/java/io/netty/handler/codec/compression/FastLzFrameDecoder.java.
Where is State defined?
State is defined in codec-compression/src/main/java/io/netty/handler/codec/compression/FastLzFrameDecoder.java at line 40.

Analyze Your Own Codebase

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

Try Supermodel Free