netty5/codec-http/src/main/java/io/netty/handler/codec
Norman Maurer 7b25402e80 Add CompositeByteBuf.addComponent(boolean ...) method to simplify usage
Motivation:

At the moment the user is responsible to increase the writer index of the composite buffer when a new component is added. We should add some methods that handle this for the user as this is the most popular usage of the composite buffer.

Modifications:

Add new methods that autoamtically increase the writerIndex when buffers are added.

Result:

Easier usage of CompositeByteBuf.
2016-05-21 19:52:16 +02:00
..
http Add CompositeByteBuf.addComponent(boolean ...) method to simplify usage 2016-05-21 19:52:16 +02:00
rtsp Fix errors reported by javadoc 2015-12-27 08:36:45 +01:00
spdy Make retained derived buffers recyclable 2016-05-17 11:16:13 +02:00