Uses of Class
io.netty.handler.codec.DecoderResult
-
Packages that use DecoderResult Package Description io.netty.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. -
-
Uses of DecoderResult in io.netty.handler.codec
Fields in io.netty.handler.codec declared as DecoderResult Modifier and Type Field Description static DecoderResultDecoderResult. SUCCESSstatic DecoderResultDecoderResult. UNFINISHEDMethods in io.netty.handler.codec that return DecoderResult Modifier and Type Method Description DecoderResultDecoderResultProvider. decoderResult()Returns the result of decoding this object.static DecoderResultDecoderResult. failure(Throwable cause)Methods in io.netty.handler.codec with parameters of type DecoderResult Modifier and Type Method Description voidDecoderResultProvider. setDecoderResult(DecoderResult result)Updates the result of decoding this object.
-