Uses of Class
io.netty.handler.codec.socksx.v4.Socks4CommandStatus
Packages that use Socks4CommandStatus
Package
Description
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 Socks4CommandStatusModifier and TypeFieldDescriptionstatic final Socks4CommandStatus
Socks4CommandStatus.IDENTD_AUTH_FAILURE
static final Socks4CommandStatus
Socks4CommandStatus.IDENTD_UNREACHABLE
static final Socks4CommandStatus
Socks4CommandStatus.REJECTED_OR_FAILED
private final Socks4CommandStatus
DefaultSocks4CommandResponse.status
static final Socks4CommandStatus
Socks4CommandStatus.SUCCESS
Methods in io.netty.handler.codec.socksx.v4 that return Socks4CommandStatusModifier and TypeMethodDescriptionDefaultSocks4CommandResponse.status()
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 Socks4CommandStatusConstructors in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandStatusModifierConstructorDescriptionCreates a new instance.DefaultSocks4CommandResponse
(Socks4CommandStatus status, String dstAddr, int dstPort) Creates a new instance.