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 HttpObject
public void setDecoderResult(io.netty.handler.codec.DecoderResult decoderResult)
setDecoderResult
in interface io.netty.handler.codec.DecoderResultProvider
Copyright © 2008–2017 The Netty Project. All rights reserved.