Package | Description |
---|---|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
Modifier and Type | Field and Description |
---|---|
static Socks5AuthMethod |
Socks5AuthMethod.GSSAPI |
static Socks5AuthMethod |
Socks5AuthMethod.NO_AUTH |
static Socks5AuthMethod |
Socks5AuthMethod.PASSWORD |
static Socks5AuthMethod |
Socks5AuthMethod.UNACCEPTED
Indicates that the server does not accept any authentication methods the client proposed.
|
Modifier and Type | Method and Description |
---|---|
Socks5AuthMethod |
Socks5InitialResponse.authMethod()
Returns the
METHOD field of this response. |
Socks5AuthMethod |
DefaultSocks5InitialResponse.authMethod() |
static Socks5AuthMethod |
Socks5AuthMethod.valueOf(byte b) |
Modifier and Type | Method and Description |
---|---|
List<Socks5AuthMethod> |
DefaultSocks5InitialRequest.authMethods() |
List<Socks5AuthMethod> |
Socks5InitialRequest.authMethods()
Returns the list of desired authentication methods.
|
Modifier and Type | Method and Description |
---|---|
int |
Socks5AuthMethod.compareTo(Socks5AuthMethod o) |
Constructor and Description |
---|
DefaultSocks5InitialRequest(Socks5AuthMethod... authMethods) |
DefaultSocks5InitialResponse(Socks5AuthMethod authMethod) |
Constructor and Description |
---|
DefaultSocks5InitialRequest(Iterable<Socks5AuthMethod> authMethods) |
Copyright © 2008–2024 The Netty Project. All rights reserved.