Uses of Enum
io.netty.handler.codec.socks.SocksCmdStatus
Packages that use SocksCmdStatus
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksCmdStatus in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksCmdStatusModifier and TypeFieldDescriptionprivate final SocksCmdStatusSocksCmdResponse.cmdStatusprivate SocksCmdStatusSocksCmdResponseDecoder.cmdStatusMethods in io.netty.handler.codec.socks that return SocksCmdStatusModifier and TypeMethodDescriptionSocksCmdResponse.cmdStatus()Returns theSocksCmdStatusof thisSocksCmdResponsestatic SocksCmdStatusSocksCmdStatus.fromByte(byte b) Deprecated.static SocksCmdStatusSocksCmdStatus.valueOf(byte b) Returns the enum constant of this type with the specified name.static SocksCmdStatusReturns the enum constant of this type with the specified name.static SocksCmdStatus[]SocksCmdStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.socks with parameters of type SocksCmdStatusModifierConstructorDescriptionSocksCmdResponse(SocksCmdStatus cmdStatus, SocksAddressType addressType) SocksCmdResponse(SocksCmdStatus cmdStatus, SocksAddressType addressType, String host, int port) Constructs new response and includes provided host and port as part of it.
valueOf(byte)instead.