Uses of Enum
io.netty.handler.codec.socks.SocksMessageType
Packages that use SocksMessageType
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksMessageType in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksMessageTypeMethods in io.netty.handler.codec.socks that return SocksMessageTypeModifier and TypeMethodDescriptionSocksMessage.type()
Returns theSocksMessageType
of thisSocksMessage
static SocksMessageType
Returns the enum constant of this type with the specified name.static SocksMessageType[]
SocksMessageType.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 SocksMessageType