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) |
io.netty.handler.codec.DecoderResult |
getDecoderResult()
Deprecated.
|
int |
hashCode() |
void |
setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult) |
public io.netty.handler.codec.DecoderResult decoderResult()
decoderResult in interface io.netty.handler.codec.DecoderResultProvider@Deprecated public io.netty.handler.codec.DecoderResult getDecoderResult()
getDecoderResult in interface HttpObjectpublic void setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
setDecoderResult in interface io.netty.handler.codec.DecoderResultProviderCopyright © 2008–2018 The Netty Project. All rights reserved.