Uses of Class
org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
-
Packages that use SocksMessage.CmdStatus Package Description org.jboss.netty.handler.codec.socks 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.CmdStatus Modifier and Type Field Description private SocksMessage.CmdStatus
SocksCmdResponse. cmdStatus
private SocksMessage.CmdStatus
SocksCmdResponseDecoder. cmdStatus
Methods in org.jboss.netty.handler.codec.socks that return SocksMessage.CmdStatus Modifier and Type Method Description static SocksMessage.CmdStatus
SocksMessage.CmdStatus. fromByte(byte b)
SocksMessage.CmdStatus
SocksCmdResponse. getCmdStatus()
Returns theSocksMessage.CmdStatus
of thisSocksCmdResponse
static SocksMessage.CmdStatus
SocksMessage.CmdStatus. valueOf(java.lang.String name)
Returns 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.CmdStatus Constructor Description SocksCmdResponse(SocksMessage.CmdStatus cmdStatus, SocksMessage.AddressType addressType)
-