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 SocksCmdStatus
SocksCmdResponse.cmdStatus
private SocksCmdStatus
SocksCmdResponseDecoder.cmdStatus
Methods in io.netty.handler.codec.socks that return SocksCmdStatusModifier and TypeMethodDescriptionSocksCmdResponse.cmdStatus()
Returns theSocksCmdStatus
of thisSocksCmdResponse
static SocksCmdStatus
SocksCmdStatus.fromByte
(byte b) Deprecated.static SocksCmdStatus
SocksCmdStatus.valueOf
(byte b) Returns the enum constant of this type with the specified name.static SocksCmdStatus
Returns 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.