public class DefaultHttpObject extends Object implements HttpObject
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultHttpObject() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.codec.DecoderResult |
decoderResult() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult) |
public io.netty.handler.codec.DecoderResult decoderResult()
decoderResult in interface io.netty.handler.codec.DecoderResultProviderpublic void setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
setDecoderResult in interface io.netty.handler.codec.DecoderResultProviderCopyright © 2008–2015 The Netty Project. All rights reserved.