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
-
Nested Class Summary
Nested classes/interfaces inherited from class SocksResponse
SocksResponse.SocksResponseTypeNested classes/interfaces inherited from class SocksMessage
SocksMessage.AddressType, SocksMessage.AuthScheme, SocksMessage.AuthStatus, SocksMessage.CmdStatus, SocksMessage.CmdType, SocksMessage.MessageType, SocksMessage.ProtocolVersion, SocksMessage.SubnegotiationVersion -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SocksMessage.AuthStatusprivate static final SocksMessage.SubnegotiationVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeAsByteBuf(ChannelBuffer channelBuffer) Encode socks message into its byte representation and write it into byteBufReturns theSocksMessage.AuthStatusof thisSocksAuthResponseMethods inherited from class SocksResponse
getSocksResponseTypeMethods inherited from class SocksMessage
getMessageType, getProtocolVersion
-
Field Details
-
SUBNEGOTIATION_VERSION
-
authStatus
-
-
Constructor Details
-
SocksAuthResponse
-
-
Method Details
-
getAuthStatus
Returns theSocksMessage.AuthStatusof thisSocksAuthResponse -
encodeAsByteBuf
Description copied from class:SocksMessageEncode socks message into its byte representation and write it into byteBuf- Specified by:
encodeAsByteBufin classSocksMessage- See Also:
-