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