public class DefaultHttpObject extends Object implements HttpObject
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultHttpObject() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.codec.DecoderResult |
getDecoderResult()
Returns the result of decoding this message.
|
void |
setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
Updates the result of decoding this message.
|
public io.netty.handler.codec.DecoderResult getDecoderResult()
HttpObjectgetDecoderResult in interface HttpObjectpublic void setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
HttpObjectHttpObjectDecoder.
Do not call this method unless you know what you are doing.setDecoderResult in interface HttpObjectCopyright © 2008–2013 The Netty Project. All rights reserved.