Uses of Class
io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
Packages that use Socks5CommandStatus Package Description io.netty.handler.codec.socksx.v5 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 Socks5CommandStatus Modifier and Type Field Description static Socks5CommandStatus
Socks5CommandStatus. ADDRESS_UNSUPPORTED
static Socks5CommandStatus
Socks5CommandStatus. COMMAND_UNSUPPORTED
static Socks5CommandStatus
Socks5CommandStatus. CONNECTION_REFUSED
static Socks5CommandStatus
Socks5CommandStatus. FAILURE
static Socks5CommandStatus
Socks5CommandStatus. FORBIDDEN
static Socks5CommandStatus
Socks5CommandStatus. HOST_UNREACHABLE
static Socks5CommandStatus
Socks5CommandStatus. NETWORK_UNREACHABLE
static Socks5CommandStatus
Socks5CommandStatus. SUCCESS
static Socks5CommandStatus
Socks5CommandStatus. TTL_EXPIRED
Methods in io.netty.handler.codec.socksx.v5 that return Socks5CommandStatus Modifier and Type Method Description Socks5CommandStatus
DefaultSocks5CommandResponse. status()
Socks5CommandStatus
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 Socks5CommandStatus Modifier and Type Method Description int
Socks5CommandStatus. compareTo(Socks5CommandStatus o)
Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandStatus Constructor Description DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType)
DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType, java.lang.String bndAddr, int bndPort)
-