Class AbstractSocks4Message
java.lang.Object
io.netty.handler.codec.socksx.AbstractSocksMessage
io.netty.handler.codec.socksx.v4.AbstractSocks4Message
- All Implemented Interfaces:
DecoderResultProvider, SocksMessage, Socks4Message
- Direct Known Subclasses:
DefaultSocks4CommandRequest, DefaultSocks4CommandResponse
An abstract
Socks4Message.-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
AbstractSocks4Message
public AbstractSocks4Message()
-
-
Method Details
-
version
Description copied from interface:SocksMessageReturns the protocol version of this message.- Specified by:
versionin interfaceSocksMessage
-