Home / Type/ State Type — netty Architecture

State Type — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  4b1040f6_b41a_c17d_63fc_5d6dccae7217["State"]
  dc3ae5a7_2ff1_c3ea_9810_df756e023406["Bzip2Encoder.java"]
  4b1040f6_b41a_c17d_63fc_5d6dccae7217 -->|defined in| dc3ae5a7_2ff1_c3ea_9810_df756e023406
  style 4b1040f6_b41a_c17d_63fc_5d6dccae7217 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2Encoder.java lines 43–48

    private enum State {
        INIT,
        INIT_BLOCK,
        WRITE_DATA,
        CLOSE_BLOCK
    }

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/Bzip2Encoder.java.
Where is State defined?
State is defined in codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2Encoder.java at line 43.

Analyze Your Own Codebase

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

Try Supermodel Free