Uses of Class
io.netty.handler.codec.socksx.v5.Socks5CommandStatus
Packages that use Socks5CommandStatus
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5CommandStatus in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5CommandStatusModifier and TypeFieldDescriptionstatic final Socks5CommandStatus
Socks5CommandStatus.ADDRESS_UNSUPPORTED
static final Socks5CommandStatus
Socks5CommandStatus.COMMAND_UNSUPPORTED
static final Socks5CommandStatus
Socks5CommandStatus.CONNECTION_REFUSED
static final Socks5CommandStatus
Socks5CommandStatus.FAILURE
static final Socks5CommandStatus
Socks5CommandStatus.FORBIDDEN
static final Socks5CommandStatus
Socks5CommandStatus.HOST_UNREACHABLE
static final Socks5CommandStatus
Socks5CommandStatus.NETWORK_UNREACHABLE
private final Socks5CommandStatus
DefaultSocks5CommandResponse.status
static final Socks5CommandStatus
Socks5CommandStatus.SUCCESS
static final Socks5CommandStatus
Socks5CommandStatus.TTL_EXPIRED
Methods in io.netty.handler.codec.socksx.v5 that return Socks5CommandStatusModifier and TypeMethodDescriptionDefaultSocks5CommandResponse.status()
Socks5CommandResponse.status()
Returns the status of this response.static Socks5CommandStatus
Socks5CommandStatus.valueOf
(byte b) Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandStatusConstructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandStatusModifierConstructorDescriptionDefaultSocks5CommandResponse
(Socks5CommandStatus status, Socks5AddressType bndAddrType) DefaultSocks5CommandResponse
(Socks5CommandStatus status, Socks5AddressType bndAddrType, String bndAddr, int bndPort)