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 Socks4CommandStatusSocks4CommandStatus. IDENTD_AUTH_FAILUREstatic Socks4CommandStatusSocks4CommandStatus. IDENTD_UNREACHABLEstatic Socks4CommandStatusSocks4CommandStatus. REJECTED_OR_FAILEDstatic Socks4CommandStatusSocks4CommandStatus. SUCCESSMethods in io.netty.handler.codec.socksx.v4 that return Socks4CommandStatus Modifier and Type Method Description Socks4CommandStatusDefaultSocks4CommandResponse. status()Socks4CommandStatusSocks4CommandResponse. status()Returns the status of this response.static Socks4CommandStatusSocks4CommandStatus. valueOf(byte b)Methods in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandStatus Modifier and Type Method Description intSocks4CommandStatus. 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.
-