Uses of Class
io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
Packages that use Socks4CommandStatus Package Description io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol. -
-
Uses of Socks4CommandStatus in io.netty.handler.codec.socksx.v4
Fields in io.netty.handler.codec.socksx.v4 declared as Socks4CommandStatus Modifier and Type Field Description static Socks4CommandStatus
Socks4CommandStatus. IDENTD_AUTH_FAILURE
static Socks4CommandStatus
Socks4CommandStatus. IDENTD_UNREACHABLE
static Socks4CommandStatus
Socks4CommandStatus. REJECTED_OR_FAILED
static Socks4CommandStatus
Socks4CommandStatus. SUCCESS
Methods in io.netty.handler.codec.socksx.v4 that return Socks4CommandStatus Modifier and Type Method Description Socks4CommandStatus
DefaultSocks4CommandResponse. status()
Socks4CommandStatus
Socks4CommandResponse. status()
Returns the status of this response.static Socks4CommandStatus
Socks4CommandStatus. valueOf(byte b)
Methods in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandStatus Modifier and Type Method Description int
Socks4CommandStatus. compareTo(Socks4CommandStatus o)
Constructors in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandStatus Constructor Description DefaultSocks4CommandResponse(Socks4CommandStatus status)
Creates a new instance.DefaultSocks4CommandResponse(Socks4CommandStatus status, java.lang.String dstAddr, int dstPort)
Creates a new instance.
-