Uses of Class
io.netty.handler.codec.socksx.v5.Socks5CommandStatus
Packages that use Socks5CommandStatus
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5CommandStatus in io.netty.handler.codec.socksx.v5
Classes in io.netty.handler.codec.socksx.v5 that implement interfaces with type arguments of type Socks5CommandStatusFields in io.netty.handler.codec.socksx.v5 declared as Socks5CommandStatusModifier and TypeFieldDescriptionstatic final Socks5CommandStatusSocks5CommandStatus.ADDRESS_UNSUPPORTEDstatic final Socks5CommandStatusSocks5CommandStatus.COMMAND_UNSUPPORTEDstatic final Socks5CommandStatusSocks5CommandStatus.CONNECTION_REFUSEDstatic final Socks5CommandStatusSocks5CommandStatus.FAILUREstatic final Socks5CommandStatusSocks5CommandStatus.FORBIDDENstatic final Socks5CommandStatusSocks5CommandStatus.HOST_UNREACHABLEstatic final Socks5CommandStatusSocks5CommandStatus.NETWORK_UNREACHABLEstatic final Socks5CommandStatusSocks5CommandStatus.SUCCESSstatic final Socks5CommandStatusSocks5CommandStatus.TTL_EXPIREDMethods in io.netty.handler.codec.socksx.v5 that return Socks5CommandStatusModifier and TypeMethodDescriptionDefaultSocks5CommandResponse.status()Socks5CommandResponse.status()Returns the status of this response.static Socks5CommandStatusSocks5CommandStatus.valueOf(byte b) Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandStatusConstructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandStatusModifierConstructorDescriptionDefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType) DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType, String bndAddr, int bndPort)