public interface HttpObject
Modifier and Type | Method and Description |
---|---|
DecoderResult |
getDecoderResult()
Returns the result of decoding this message.
|
void |
setDecoderResult(DecoderResult result)
Updates the result of decoding this message.
|
DecoderResult getDecoderResult()
void setDecoderResult(DecoderResult result)
HttpObjectDecoder
.
Do not call this method unless you know what you are doing.Copyright © 2008–2018 The Netty Project. All rights reserved.