Home / Type/ State Type — netty Architecture

State Type — netty Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-socks/src/main/java/io/netty/handler/codec/socks/SocksCmdResponseDecoder.java lines 98–103

    @UnstableApi
    public enum State {
        CHECK_PROTOCOL_VERSION,
        READ_CMD_HEADER,
        READ_CMD_ADDRESS
    }

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free