Uses of Enum
org.jboss.netty.handler.codec.socks.SocksMessage.MessageType
Packages that use SocksMessage.MessageType
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksMessage.MessageType in org.jboss.netty.handler.codec.socks
Subclasses with type arguments of type SocksMessage.MessageType in org.jboss.netty.handler.codec.socksFields in org.jboss.netty.handler.codec.socks declared as SocksMessage.MessageTypeMethods in org.jboss.netty.handler.codec.socks that return SocksMessage.MessageTypeModifier and TypeMethodDescriptionSocksMessage.getMessageType()Returns theSocksMessage.MessageTypeof thisSocksMessagestatic SocksMessage.MessageTypeReturns the enum constant of this type with the specified name.static SocksMessage.MessageType[]SocksMessage.MessageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.netty.handler.codec.socks with parameters of type SocksMessage.MessageType