State Type — netty Architecture
Architecture documentation for the State type/interface in SocksAuthRequestDecoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 87dd576a_bf5e_e4e7_b054_e7d9e1ea72d7["State"] f5f99f22_090f_b405_052d_0e25fbf88217["SocksAuthRequestDecoder.java"] 87dd576a_bf5e_e4e7_b054_e7d9e1ea72d7 -->|defined in| f5f99f22_090f_b405_052d_0e25fbf88217 style 87dd576a_bf5e_e4e7_b054_e7d9e1ea72d7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-socks/src/main/java/io/netty/handler/codec/socks/SocksAuthRequestDecoder.java lines 67–72
@UnstableApi
public enum State {
CHECK_PROTOCOL_VERSION,
READ_USERNAME,
READ_PASSWORD
}
Source
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/SocksAuthRequestDecoder.java.
Where is State defined?
State is defined in codec-socks/src/main/java/io/netty/handler/codec/socks/SocksAuthRequestDecoder.java at line 67.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free