Uses of Class
org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
-
Packages that use SocksMessage.AuthStatus Package Description org.jboss.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
-
Uses of SocksMessage.AuthStatus in org.jboss.netty.handler.codec.socks
Fields in org.jboss.netty.handler.codec.socks declared as SocksMessage.AuthStatus Modifier and Type Field Description private SocksMessage.AuthStatusSocksAuthResponse. authStatusprivate SocksMessage.AuthStatusSocksAuthResponseDecoder. authStatusMethods in org.jboss.netty.handler.codec.socks that return SocksMessage.AuthStatus Modifier and Type Method Description static SocksMessage.AuthStatusSocksMessage.AuthStatus. fromByte(byte b)SocksMessage.AuthStatusSocksAuthResponse. getAuthStatus()Returns theSocksMessage.AuthStatusof thisSocksAuthResponsestatic SocksMessage.AuthStatusSocksMessage.AuthStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SocksMessage.AuthStatus[]SocksMessage.AuthStatus. 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.AuthStatus Constructor Description SocksAuthResponse(SocksMessage.AuthStatus authStatus)
-