Package io.netty.handler.codec.socksx
Class AbstractSocksMessage
java.lang.Object
io.netty.handler.codec.socksx.AbstractSocksMessage
- All Implemented Interfaces:
DecoderResultProvider,SocksMessage
- Direct Known Subclasses:
AbstractSocks4Message,AbstractSocks5Message
An abstract
SocksMessage.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of decoding this object.voidsetDecoderResult(DecoderResult decoderResult) Updates the result of decoding this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.handler.codec.socksx.SocksMessage
version
-
Field Details
-
decoderResult
-
-
Constructor Details
-
AbstractSocksMessage
public AbstractSocksMessage()
-
-
Method Details
-
decoderResult
Description copied from interface:DecoderResultProviderReturns the result of decoding this object.- Specified by:
decoderResultin interfaceDecoderResultProvider
-
setDecoderResult
Description copied from interface:DecoderResultProviderUpdates the result of decoding this object. This method is supposed to be invoked by a decoder. Do not call this method unless you know what you are doing.- Specified by:
setDecoderResultin interfaceDecoderResultProvider
-