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.CmdStatusSocksCmdResponse. cmdStatusprivate SocksMessage.CmdStatusSocksCmdResponseDecoder. cmdStatusMethods in org.jboss.netty.handler.codec.socks that return SocksMessage.CmdStatus Modifier and Type Method Description static SocksMessage.CmdStatusSocksMessage.CmdStatus. fromByte(byte b)SocksMessage.CmdStatusSocksCmdResponse. getCmdStatus()Returns theSocksMessage.CmdStatusof thisSocksCmdResponsestatic SocksMessage.CmdStatusSocksMessage.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)
-