Class SocksAuthResponse
java.lang.Object
org.jboss.netty.handler.codec.socks.SocksMessage
org.jboss.netty.handler.codec.socks.SocksResponse
org.jboss.netty.handler.codec.socks.SocksAuthResponse
An socks auth response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.netty.handler.codec.socks.SocksResponse
SocksResponse.SocksResponseType
Nested classes/interfaces inherited from class org.jboss.netty.handler.codec.socks.SocksMessage
SocksMessage.AddressType, SocksMessage.AuthScheme, SocksMessage.AuthStatus, SocksMessage.CmdStatus, SocksMessage.CmdType, SocksMessage.MessageType, SocksMessage.ProtocolVersion, SocksMessage.SubnegotiationVersion
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SocksMessage.AuthStatus
private static final SocksMessage.SubnegotiationVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encodeAsByteBuf
(ChannelBuffer channelBuffer) Encode socks message into its byte representation and write it into byteBufReturns theSocksMessage.AuthStatus
of thisSocksAuthResponse
Methods inherited from class org.jboss.netty.handler.codec.socks.SocksResponse
getSocksResponseType
Methods inherited from class org.jboss.netty.handler.codec.socks.SocksMessage
getMessageType, getProtocolVersion
-
Field Details
-
SUBNEGOTIATION_VERSION
-
authStatus
-
-
Constructor Details
-
SocksAuthResponse
-
-
Method Details
-
getAuthStatus
Returns theSocksMessage.AuthStatus
of thisSocksAuthResponse
-
encodeAsByteBuf
Description copied from class:SocksMessage
Encode socks message into its byte representation and write it into byteBuf- Specified by:
encodeAsByteBuf
in classSocksMessage
- See Also:
-