Package io.netty.handler.codec.http
Class DefaultHttpObject
java.lang.Object
io.netty.handler.codec.http.DefaultHttpObject
- All Implemented Interfaces:
DecoderResultProvider
,HttpObject
- Direct Known Subclasses:
DefaultHttpContent
,DefaultHttpMessage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of decoding this object.boolean
Deprecated.int
hashCode()
void
setDecoderResult
(DecoderResult decoderResult) Updates the result of decoding this object.
-
Field Details
-
HASH_CODE_PRIME
private static final int HASH_CODE_PRIME- See Also:
-
decoderResult
-
-
Constructor Details
-
DefaultHttpObject
protected DefaultHttpObject()
-
-
Method Details
-
decoderResult
Description copied from interface:DecoderResultProvider
Returns the result of decoding this object.- Specified by:
decoderResult
in interfaceDecoderResultProvider
-
getDecoderResult
Deprecated.- Specified by:
getDecoderResult
in interfaceHttpObject
-
setDecoderResult
Description copied from interface:DecoderResultProvider
Updates 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:
setDecoderResult
in interfaceDecoderResultProvider
-
hashCode
public int hashCode() -
equals
-