Class DefaultSocks5InitialResponse
java.lang.Object
io.netty.handler.codec.socksx.AbstractSocksMessage
io.netty.handler.codec.socksx.v5.AbstractSocks5Message
io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
- All Implemented Interfaces:
DecoderResultProvider, SocksMessage, Socks5InitialResponse, Socks5Message
public class DefaultSocks5InitialResponse
extends AbstractSocks5Message
implements Socks5InitialResponse
The default
Socks5InitialResponse.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSocks5Message
versionModifier and TypeMethodDescriptionfinal SocksVersionversion()Returns the protocol version of this message.Methods inherited from class AbstractSocksMessage
decoderResult, setDecoderResultModifier and TypeMethodDescriptionReturns the result of decoding this object.voidsetDecoderResult(DecoderResult decoderResult) Updates the result of decoding this object.
-
Constructor Details
-
DefaultSocks5InitialResponse
-
-
Method Details
-
authMethod
Description copied from interface:Socks5InitialResponseReturns theMETHODfield of this response.- Specified by:
authMethodin interfaceSocks5InitialResponse
-
toString
-