- java.lang.Object
-
- io.netty5.handler.codec.http.DefaultHttpObject
-
- All Implemented Interfaces:
io.netty5.handler.codec.DecoderResultProvider,HttpObject
- Direct Known Subclasses:
DefaultHttpContent,DefaultHttpMessage,DefaultLastHttpContent
public class DefaultHttpObject extends Object implements HttpObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultHttpObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty5.handler.codec.DecoderResultdecoderResult()booleanequals(Object o)inthashCode()voidsetDecoderResult(io.netty5.handler.codec.DecoderResult decoderResult)
-
-
-
Method Detail
-
decoderResult
public io.netty5.handler.codec.DecoderResult decoderResult()
- Specified by:
decoderResultin interfaceio.netty5.handler.codec.DecoderResultProvider
-
setDecoderResult
public void setDecoderResult(io.netty5.handler.codec.DecoderResult decoderResult)
- Specified by:
setDecoderResultin interfaceio.netty5.handler.codec.DecoderResultProvider
-
-