软件包 | 描述 |
---|---|
io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
Modifier and Type | Field and Description |
---|---|
static Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.FAILURE |
static Socks5PasswordAuthStatus |
Socks5PasswordAuthStatus.SUCCESS |
Modifier and Type | Method and Description |
---|---|
Socks5PasswordAuthStatus |
Socks5PasswordAuthResponse.status()
返回此响应的状态。
|
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–2018 The Netty Project. All rights reserved.