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.
|
Modifier and Type | Field and Description |
---|---|
private static Recycler<CodecOutputList> |
CodecOutputList.RECYCLER |
Modifier and Type | Method and Description |
---|---|
(package private) static CodecOutputList |
CodecOutputList.newInstance() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
ByteToMessageDecoder.fireChannelRead(ChannelHandlerContext ctx,
CodecOutputList msgs,
int numElements)
Get
numElements out of the CodecOutputList and forward these through the pipeline. |