Package | Description |
---|---|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
Modifier and Type | Field and Description |
---|---|
private SocksAuthStatus |
SocksAuthResponseDecoder.authStatus |
private SocksAuthStatus |
SocksAuthResponse.authStatus |
Modifier and Type | Method and Description |
---|---|
SocksAuthStatus |
SocksAuthResponse.authStatus()
Returns the
SocksAuthStatus of this SocksAuthResponse |
static SocksAuthStatus |
SocksAuthStatus.fromByte(byte b)
Deprecated.
Use
valueOf(byte) instead. |
static SocksAuthStatus |
SocksAuthStatus.valueOf(byte b) |
static SocksAuthStatus |
SocksAuthStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocksAuthStatus[] |
SocksAuthStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SocksAuthResponse(SocksAuthStatus authStatus) |