Uses of Class
io.netty5.handler.codec.DecoderResult
-
Packages that use DecoderResult Package Description io.netty5.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of DecoderResult in io.netty5.handler.codec
Methods in io.netty5.handler.codec that return DecoderResult Modifier and Type Method Description DecoderResultDecoderResultProvider. decoderResult()Returns the result of decoding this object.static DecoderResultDecoderResult. failure(Throwable cause)static DecoderResultDecoderResult. success()Methods in io.netty5.handler.codec with parameters of type DecoderResult Modifier and Type Method Description voidDecoderResultProvider. setDecoderResult(DecoderResult result)Updates the result of decoding this object. -
Uses of DecoderResult in io.netty5.handler.codec.http
Subclasses of DecoderResult in io.netty5.handler.codec.http Modifier and Type Class Description classHttpMessageDecoderResultMethods in io.netty5.handler.codec.http that return DecoderResult Modifier and Type Method Description DecoderResultDefaultHttpObject. decoderResult()DecoderResultEmptyLastHttpContent. decoderResult()Methods in io.netty5.handler.codec.http with parameters of type DecoderResult Modifier and Type Method Description voidDefaultHttpObject. setDecoderResult(DecoderResult decoderResult)voidEmptyLastHttpContent. setDecoderResult(DecoderResult result)
-