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.AuthStatus
SocksAuthResponse. authStatus
private SocksMessage.AuthStatus
SocksAuthResponseDecoder. authStatus
Methods in org.jboss.netty.handler.codec.socks that return SocksMessage.AuthStatus Modifier and Type Method Description static SocksMessage.AuthStatus
SocksMessage.AuthStatus. fromByte(byte b)
SocksMessage.AuthStatus
SocksAuthResponse. getAuthStatus()
Returns theSocksMessage.AuthStatus
of thisSocksAuthResponse
static SocksMessage.AuthStatus
SocksMessage.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)
-