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()
DecoderResultProvider
decoderResult
in interface DecoderResultProvider
@Deprecated public DecoderResult getDecoderResult()
getDecoderResult
in interface HttpObject
public void setDecoderResult(DecoderResult decoderResult)
DecoderResultProvider
setDecoderResult
in interface DecoderResultProvider
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object