Go to file
Gerd Behrmann 641e5368d0 Add ZeroCopyFrameDecoder
Copy of FrameDecoder that avoids copying partial frames to a cumulation
buffer. Instead buffers are kept on a list and composed to a
CompositeChannelBuffer when needed.

CompositeChannelBuffers's decomposite method conveniently allows buffers
from which all data was read to be discarded.

The documented interface stays compatible with FrameDecoder, however
undocumented behaviour used by ReplyDecoder and other subclasses has
changed. For this reason a new class was introduced rather than
modifying the existing FrameDecoder.
2012-06-11 17:11:59 +02:00
lib Fix Javadoc generation 2012-03-02 12:03:46 -08:00
license Update notices for WebSocket support. 2011-12-09 16:15:41 +11:00
src Add ZeroCopyFrameDecoder 2012-06-11 17:11:59 +02:00
.fbfilter.xml Update license headers 2012-06-04 13:35:22 -07:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Backport post request body and file upload to 3.x branch 2012-04-26 10:44:37 +10:00
LICENSE.txt Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
NOTICE.txt More license updates 2011-12-09 14:31:04 +09:00
pom.xml [maven-release-plugin] prepare release netty-3.5.0.Final 2012-06-08 18:18:16 +02:00