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