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
Subclasses with type arguments of type SocksCmdType in io.netty.handler.codec.socksFields in io.netty.handler.codec.socks declared as SocksCmdTypeModifier and TypeFieldDescriptionprivate final SocksCmdTypeSocksCmdRequest.cmdTypeprivate SocksCmdTypeSocksCmdRequestDecoder.cmdTypeMethods in io.netty.handler.codec.socks that return SocksCmdTypeModifier and TypeMethodDescriptionSocksCmdRequest.cmdType()Returns theSocksCmdTypeof thisSocksCmdRequeststatic SocksCmdTypeSocksCmdType.fromByte(byte b) Deprecated.static SocksCmdTypeSocksCmdType.valueOf(byte b) Returns the enum constant of this type with the specified name.static SocksCmdTypeReturns 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)
SocksCmdType.valueOf(byte)instead.