Package io.netty.handler.codec.socks
Class SocksInitResponse
java.lang.Object
io.netty.handler.codec.socks.SocksMessage
io.netty.handler.codec.socks.SocksResponse
io.netty.handler.codec.socks.SocksInitResponse
An socks init response.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theSocksAuthScheme
of thisSocksInitResponse
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
-
authScheme
-
-
Constructor Details
-
SocksInitResponse
-
-
Method Details
-
authScheme
Returns theSocksAuthScheme
of thisSocksInitResponse
- Returns:
- The
SocksAuthScheme
of thisSocksInitResponse
-
encodeAsByteBuf
- Specified by:
encodeAsByteBuf
in classSocksMessage
-