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 SocksAuthStatus
private static final SocksSubnegotiationVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theSocksAuthStatus
of thisSocksAuthResponse
void
encodeAsByteBuf
(ByteBuf byteBuf) Methods inherited from class io.netty.handler.codec.socks.SocksResponse
responseType
Methods inherited from class io.netty.handler.codec.socks.SocksMessage
protocolVersion, type
-
Field Details
-
SUBNEGOTIATION_VERSION
-
authStatus
-
-
Constructor Details
-
SocksAuthResponse
-
-
Method Details
-
authStatus
Returns theSocksAuthStatus
of thisSocksAuthResponse
- Returns:
- The
SocksAuthStatus
of thisSocksAuthResponse
-
encodeAsByteBuf
- Specified by:
encodeAsByteBuf
in classSocksMessage
-