Uses of Enum
io.netty.handler.codec.socks.SocksCmdType
Packages that use SocksCmdType
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksCmdType in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksCmdTypeModifier and TypeFieldDescriptionprivate final SocksCmdType
SocksCmdRequest.cmdType
private SocksCmdType
SocksCmdRequestDecoder.cmdType
Methods in io.netty.handler.codec.socks that return SocksCmdTypeModifier and TypeMethodDescriptionSocksCmdRequest.cmdType()
Returns theSocksCmdType
of thisSocksCmdRequest
static SocksCmdType
SocksCmdType.fromByte
(byte b) Deprecated.static SocksCmdType
SocksCmdType.valueOf
(byte b) Returns the enum constant of this type with the specified name.static SocksCmdType
Returns the enum constant of this type with the specified name.static SocksCmdType[]
SocksCmdType.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 SocksCmdTypeModifierConstructorDescriptionSocksCmdRequest
(SocksCmdType cmdType, SocksAddressType addressType, String host, int port)
valueOf(byte)
instead.