public interface DecoderResultProvider
DecoderResult property of a decoded message.| Modifier and Type | Method and Description | 
|---|---|
| DecoderResult | decoderResult()Returns the result of decoding this object. | 
| void | setDecoderResult(DecoderResult result)Updates the result of decoding this object. | 
DecoderResult decoderResult()
void setDecoderResult(DecoderResult result)
Copyright © 2008–2015 The Netty Project. All rights reserved.