public interface HttpObject
限定符和类型 | 方法和说明 |
---|---|
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.