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
Methods in io.netty.handler.codec.socks that return SocksMessageTypeModifier and TypeMethodDescriptionSocksMessage.type()Returns theSocksMessageTypeof thisSocksMessagestatic SocksMessageTypeReturns 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