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. elementsMethods in io.netty.handler.codec that return CodecOutputList Modifier and Type Method Description CodecOutputListCodecOutputList.CodecOutputLists. getOrCreate()(package private) static CodecOutputListCodecOutputList. newInstance()Methods in io.netty.handler.codec with parameters of type CodecOutputList Modifier and Type Method Description (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)
-