Package | Description |
---|---|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
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(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) |
Copyright © 2008–2024 The Netty Project. All rights reserved.