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 Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.FAILURE |
static Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.SUCCESS |
Modifier and Type | Method and Description |
---|---|
Socks5PasswordAuthStatus |
Socks5PasswordAuthResponse.status()
Returns the status of this response.
|
Socks5PasswordAuthStatus |
DefaultSocks5PasswordAuthResponse.status() |
static Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.valueOf(byte b) |
Modifier and Type | Method and Description |
---|---|
int |
Socks5PasswordAuthStatus.compareTo(Socks5PasswordAuthStatus o) |
Constructor and Description |
---|
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status) |
Copyright © 2008–2017 The Netty Project. All rights reserved.