State Type — netty Architecture
Architecture documentation for the State type/interface in LzfDecoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD cb56529a_50be_0ffa_b9d2_782956508f63["State"] 134a7559_ba3c_000e_567b_9854718041b6["LzfDecoder.java"] cb56529a_50be_0ffa_b9d2_782956508f63 -->|defined in| 134a7559_ba3c_000e_567b_9854718041b6 style cb56529a_50be_0ffa_b9d2_782956508f63 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-compression/src/main/java/io/netty/handler/codec/compression/LzfDecoder.java lines 44–49
private enum State {
INIT_BLOCK,
INIT_ORIGINAL_LENGTH,
DECOMPRESS_DATA,
CORRUPTED
}
Source
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/LzfDecoder.java.
Where is State defined?
State is defined in codec-compression/src/main/java/io/netty/handler/codec/compression/LzfDecoder.java at line 44.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free