Home / Type/ State Type — netty Architecture

State Type — netty Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-socks/src/main/java/io/netty/handler/codec/socks/SocksInitRequestDecoder.java lines 69–73

    @UnstableApi
    public enum State {
        CHECK_PROTOCOL_VERSION,
        READ_AUTH_SCHEMES
    }

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

Analyze Your Own Codebase

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

Try Supermodel Free