Uses of Enum
org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
Packages that use SocksMessage.CmdStatus
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksMessage.CmdStatus in org.jboss.netty.handler.codec.socks
Fields in org.jboss.netty.handler.codec.socks declared as SocksMessage.CmdStatusModifier and TypeFieldDescriptionprivate final SocksMessage.CmdStatusSocksCmdResponse.cmdStatusprivate SocksMessage.CmdStatusSocksCmdResponseDecoder.cmdStatusMethods in org.jboss.netty.handler.codec.socks that return SocksMessage.CmdStatusModifier and TypeMethodDescriptionstatic SocksMessage.CmdStatusSocksMessage.CmdStatus.fromByte(byte b) SocksCmdResponse.getCmdStatus()Returns theSocksMessage.CmdStatusof thisSocksCmdResponsestatic SocksMessage.CmdStatusReturns the enum constant of this type with the specified name.static SocksMessage.CmdStatus[]SocksMessage.CmdStatus.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.CmdStatusModifierConstructorDescriptionSocksCmdResponse(SocksMessage.CmdStatus cmdStatus, SocksMessage.AddressType addressType)