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
Subclasses with type arguments of type SocksMessage.AuthStatus in org.jboss.netty.handler.codec.socksFields in org.jboss.netty.handler.codec.socks declared as SocksMessage.AuthStatusModifier and TypeFieldDescriptionprivate final SocksMessage.AuthStatusSocksAuthResponse.authStatusprivate SocksMessage.AuthStatusSocksAuthResponseDecoder.authStatusMethods in org.jboss.netty.handler.codec.socks that return SocksMessage.AuthStatusModifier and TypeMethodDescriptionstatic SocksMessage.AuthStatusSocksMessage.AuthStatus.fromByte(byte b) SocksAuthResponse.getAuthStatus()Returns theSocksMessage.AuthStatusof thisSocksAuthResponsestatic SocksMessage.AuthStatusReturns 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