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.elements
Methods in io.netty.handler.codec that return CodecOutputListModifier and TypeMethodDescriptionCodecOutputList.CodecOutputLists.getOrCreate()
(package private) static CodecOutputList
CodecOutputList.newInstance()
Methods in io.netty.handler.codec with parameters of type CodecOutputListModifier and TypeMethodDescription(package private) static void
ByteToMessageDecoder.fireChannelRead
(ChannelHandlerContext ctx, CodecOutputList msgs, int numElements) GetnumElements
out of theCodecOutputList
and forward these through the pipeline.void
CodecOutputList.CodecOutputListRecycler.recycle
(CodecOutputList codecOutputList) void
CodecOutputList.CodecOutputLists.recycle
(CodecOutputList codecOutputList) private static void
MessageToMessageEncoder.writePromiseCombiner
(ChannelHandlerContext ctx, CodecOutputList out, ChannelPromise promise) private static void
MessageToMessageEncoder.writeVoidPromise
(ChannelHandlerContext ctx, CodecOutputList out)