Class SocksAuthResponse
java.lang.Object
io.netty.handler.codec.socks.SocksMessage
io.netty.handler.codec.socks.SocksResponse
io.netty.handler.codec.socks.SocksAuthResponse
-
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 SocksResponse
responseTypeMethods inherited from class 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
-