Package | Description |
---|---|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
Modifier and Type | Method and Description |
---|---|
SocksAuthScheme |
SocksInitResponse.authScheme()
Returns the
SocksAuthScheme of this SocksInitResponse |
static SocksAuthScheme |
SocksAuthScheme.fromByte(byte b)
Deprecated.
Use
valueOf(byte) instead. |
static SocksAuthScheme |
SocksAuthScheme.valueOf(byte b) |
static SocksAuthScheme |
SocksAuthScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocksAuthScheme[] |
SocksAuthScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SocksAuthScheme> |
SocksInitRequest.authSchemes()
Returns the List<
SocksAuthScheme > of this SocksInitRequest |
Constructor and Description |
---|
SocksInitResponse(SocksAuthScheme authScheme) |
Constructor and Description |
---|
SocksInitRequest(List<SocksAuthScheme> authSchemes) |
Copyright © 2008–2017 The Netty Project. All rights reserved.