Uses of Class
io.netty.handler.codec.CodecOutputList
-
Packages that use CodecOutputList 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 CodecOutputList in io.netty.handler.codec
Fields in io.netty.handler.codec declared as CodecOutputList Modifier and Type Field Description private CodecOutputList[]
CodecOutputList.CodecOutputLists. elements
Methods in io.netty.handler.codec that return CodecOutputList Modifier and Type Method Description CodecOutputList
CodecOutputList.CodecOutputLists. getOrCreate()
(package private) static CodecOutputList
CodecOutputList. newInstance()
Methods in io.netty.handler.codec with parameters of type CodecOutputList Modifier and Type Method Description (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)
-