Uses of Enum
org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
Packages that use SocksMessage.AuthStatus
Package
Description
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.AuthStatusModifier and TypeFieldDescriptionprivate final SocksMessage.AuthStatus
SocksAuthResponse.authStatus
private SocksMessage.AuthStatus
SocksAuthResponseDecoder.authStatus
Methods in org.jboss.netty.handler.codec.socks that return SocksMessage.AuthStatusModifier and TypeMethodDescriptionstatic SocksMessage.AuthStatus
SocksMessage.AuthStatus.fromByte
(byte b) SocksAuthResponse.getAuthStatus()
Returns theSocksMessage.AuthStatus
of thisSocksAuthResponse
static SocksMessage.AuthStatus
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