public class DefaultHttpObject extends java.lang.Object implements HttpObject
| Modifier and Type | Field and Description |
|---|---|
private DecoderResult |
decoderResult |
private static int |
HASH_CODE_PRIME |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultHttpObject() |
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
decoderResult()
Returns the result of decoding this object.
|
boolean |
equals(java.lang.Object o) |
DecoderResult |
getDecoderResult()
Deprecated.
|
int |
hashCode() |
void |
setDecoderResult(DecoderResult decoderResult)
Updates the result of decoding this object.
|
private static final int HASH_CODE_PRIME
private DecoderResult decoderResult
public DecoderResult decoderResult()
DecoderResultProviderdecoderResult in interface DecoderResultProvider@Deprecated public DecoderResult getDecoderResult()
getDecoderResult in interface HttpObjectpublic void setDecoderResult(DecoderResult decoderResult)
DecoderResultProvidersetDecoderResult in interface DecoderResultProviderpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object