| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.FAILURE |
static Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.SUCCESS |
| 限定符和类型 | 方法和说明 |
|---|---|
Socks5PasswordAuthStatus |
Socks5PasswordAuthResponse.status()
Returns the status of this response.
|
Socks5PasswordAuthStatus |
DefaultSocks5PasswordAuthResponse.status() |
static Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.valueOf(byte b) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Socks5PasswordAuthStatus.compareTo(Socks5PasswordAuthStatus o) |
| 构造器和说明 |
|---|
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus status) |