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
Fields 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.MessageType
of thisSocksMessage
static SocksMessage.MessageType
Returns 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