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
Classes in io.netty.handler.codec.socksx.v4 that implement interfaces with type arguments of type Socks4CommandStatusFields in io.netty.handler.codec.socksx.v4 declared as Socks4CommandStatusModifier and TypeFieldDescriptionstatic final Socks4CommandStatusSocks4CommandStatus.IDENTD_AUTH_FAILUREstatic final Socks4CommandStatusSocks4CommandStatus.IDENTD_UNREACHABLEstatic final Socks4CommandStatusSocks4CommandStatus.REJECTED_OR_FAILEDstatic final Socks4CommandStatusSocks4CommandStatus.SUCCESSMethods in io.netty.handler.codec.socksx.v4 that return Socks4CommandStatusModifier and TypeMethodDescriptionDefaultSocks4CommandResponse.status()Socks4CommandResponse.status()Returns the status of this response.static Socks4CommandStatusSocks4CommandStatus.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.