Package io.netty.handler.codec.socks
Class SocksAuthResponse
java.lang.Object
io.netty.handler.codec.socks.SocksMessage
io.netty.handler.codec.socks.SocksResponse
io.netty.handler.codec.socks.SocksAuthResponse
An socks auth response.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SocksAuthStatusprivate static final SocksSubnegotiationVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theSocksAuthStatusof thisSocksAuthResponsevoidencodeAsByteBuf(ByteBuf byteBuf) Methods inherited from class io.netty.handler.codec.socks.SocksResponse
responseTypeMethods inherited from class io.netty.handler.codec.socks.SocksMessage
protocolVersion, type
-
Field Details
-
SUBNEGOTIATION_VERSION
-
authStatus
-
-
Constructor Details
-
SocksAuthResponse
-
-
Method Details
-
authStatus
Returns theSocksAuthStatusof thisSocksAuthResponse- Returns:
- The
SocksAuthStatusof thisSocksAuthResponse
-
encodeAsByteBuf
- Specified by:
encodeAsByteBufin classSocksMessage
-