public class DefaultHttpObject extends Object implements HttpObject
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultHttpObject() |
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
decoderResult()
Returns the result of decoding this object.
|
boolean |
equals(Object o) |
int |
hashCode() |
void |
setDecoderResult(DecoderResult decoderResult)
Updates the result of decoding this object.
|
public DecoderResult decoderResult()
DecoderResultProviderdecoderResult in interface DecoderResultProviderpublic void setDecoderResult(DecoderResult decoderResult)
DecoderResultProvidersetDecoderResult in interface DecoderResultProviderCopyright © 2008–2015 The Netty Project. All rights reserved.