Class DefaultHttpObject
java.lang.Object
io.netty.handler.codec.http.DefaultHttpObject
- All Implemented Interfaces:
DecoderResultProvider, HttpObject
- Direct Known Subclasses:
DefaultHttpContent, DefaultHttpMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of decoding this object.booleanDeprecated.inthashCode()voidsetDecoderResult(DecoderResult decoderResult) Updates the result of decoding this object.
-
Constructor Details
-
DefaultHttpObject
protected DefaultHttpObject()
-
-
Method Details
-
decoderResult
Description copied from interface:DecoderResultProviderReturns the result of decoding this object.- Specified by:
decoderResultin interfaceDecoderResultProvider
-
getDecoderResult
Deprecated.- Specified by:
getDecoderResultin interfaceHttpObject
-
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
-
hashCode
-
equals
-