Home / Type/ State Type — netty Architecture

State Type — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  7e9d8c99_a96b_642e_330d_1ee1b413ee6b["State"]
  bda1d68b_8589_cf1a_a80a_983d7db86d2b["Socks5PrivateAuthResponseDecoder.java"]
  7e9d8c99_a96b_642e_330d_1ee1b413ee6b -->|defined in| bda1d68b_8589_cf1a_a80a_983d7db86d2b
  style 7e9d8c99_a96b_642e_330d_1ee1b413ee6b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-socks/src/main/java/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthResponseDecoder.java lines 54–67

    private enum State {
        /**
         * Initial state.
         */
        INIT,
        /**
         * Authentication successful.
         */
        SUCCESS,
        /**
         * Authentication failed.
         */
        FAILURE
    }

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

Analyze Your Own Codebase

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

Try Supermodel Free