|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AbstractBatchDecoder.Cumulator
Cumulate ByteBufs.
| Method Summary | |
|---|---|
io.netty.buffer.ByteBuf |
cumulate(io.netty.buffer.ByteBufAllocator alloc,
io.netty.buffer.ByteBuf cumulation,
io.netty.buffer.ByteBuf in)
Cumulate the given ByteBufs and return the ByteBuf that holds the cumulated bytes. |
| Method Detail |
|---|
io.netty.buffer.ByteBuf cumulate(io.netty.buffer.ByteBufAllocator alloc,
io.netty.buffer.ByteBuf cumulation,
io.netty.buffer.ByteBuf in)
ByteBufs and return the ByteBuf that holds the cumulated bytes.
The implementation is responsible to correctly handle the life-cycle of the given ByteBufs and so
call ReferenceCounted.release() if a ByteBuf is fully consumed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||