Uses of Class
io.netty.handler.codec.CodecOutputList
Packages that use CodecOutputList
Package
Description
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 CodecOutputList in io.netty.handler.codec
Fields in io.netty.handler.codec declared as CodecOutputListModifier and TypeFieldDescriptionprivate final CodecOutputList[]CodecOutputList.CodecOutputLists.elementsMethods in io.netty.handler.codec that return CodecOutputListModifier and TypeMethodDescriptionCodecOutputList.CodecOutputLists.getOrCreate()(package private) static CodecOutputListCodecOutputList.newInstance()Methods in io.netty.handler.codec with parameters of type CodecOutputListModifier and TypeMethodDescription(package private) static voidByteToMessageDecoder.fireChannelRead(ChannelHandlerContext ctx, CodecOutputList msgs, int numElements) GetnumElementsout of theCodecOutputListand forward these through the pipeline.voidCodecOutputList.CodecOutputListRecycler.recycle(CodecOutputList codecOutputList) voidCodecOutputList.CodecOutputLists.recycle(CodecOutputList codecOutputList) private static voidMessageToMessageEncoder.writePromiseCombiner(ChannelHandlerContext ctx, CodecOutputList out, ChannelPromise promise) private static voidMessageToMessageEncoder.writeVoidPromise(ChannelHandlerContext ctx, CodecOutputList out)