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()
HttpObject
getDecoderResult
in interface HttpObject
public void setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
HttpObject
HttpObjectDecoder
.
Do not call this method unless you know what you are doing.setDecoderResult
in interface HttpObject
Copyright © 2008–2013 The Netty Project. All rights reserved.