netty5/codec
Brendt Lucas aa8917115c Determine CompositeByteBuf implementation by using ByteBufAllocator
Motivation:

Currently, using a MessageAggregator in the pipeline always results in the creation of an unpooled heap CompositeByteBuf. By using the ByteBufAllocator the CompositeByteBuf will use the implementation specified by the ByteBufAllocator.

Modifications:

Use the ChannelHandlerContext's ByteBufAllocator to create the CompositeByteBuf for message aggregation

Result:

The CompositeByteBuf is now configured based on the ByteBufAllocator's settings.
2015-02-08 15:46:06 +01:00
..
src Determine CompositeByteBuf implementation by using ByteBufAllocator 2015-02-08 15:46:06 +01:00
pom.xml Implemented LZMA frame encoder 2014-09-15 15:05:36 +02:00