| 程序包 | 说明 | 
|---|---|
| io.netty.handler.codec.socks | 
 Encoder, decoder and their related message types for Socks. 
 | 
| 类和说明 | 
|---|
| SocksAddressType | 
| SocksAuthRequestDecoder.State | 
| SocksAuthResponseDecoder.State | 
| SocksAuthScheme | 
| SocksAuthStatus | 
| SocksCmdRequestDecoder.State | 
| SocksCmdResponseDecoder.State | 
| SocksCmdStatus | 
| SocksCmdType | 
| SocksInitRequestDecoder.State | 
| SocksInitResponseDecoder.State | 
| SocksMessage
 An abstract class that defines a SocksMessage, providing common properties for
  
SocksRequest and SocksResponse. | 
| SocksMessageType | 
| SocksProtocolVersion | 
| SocksRequest
 An abstract class that defines a SocksRequest, providing common properties for
  
SocksInitRequest, SocksAuthRequest, SocksCmdRequest and UnknownSocksRequest. | 
| SocksRequestType
 Type of socks request 
 | 
| SocksResponse
 An abstract class that defines a SocksResponse, providing common properties for
  
SocksInitResponse, SocksAuthResponse, SocksCmdResponse and UnknownSocksResponse. | 
| SocksResponseType
 Type of socks response 
 | 
| SocksSubnegotiationVersion |