netty5/src/main/java/org/jboss/netty/handler/codec/frame
Norman Maurer 31b319a5dc Release the cumulation buffer after firing upstream so we don't end up
with a "leak" because of a very big ChannelBuffer. This patch is
extracted of the pull request 39. Thanks to arya for the patch
2011-11-03 11:25:24 +01:00
..
CorruptedFrameException.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
DelimiterBasedFrameDecoder.java * Discard too long frame in a more robust manner (i.e. should continue decoding after raising TooLongFrameException) 2010-06-24 01:53:51 +00:00
Delimiters.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
FixedLengthFrameDecoder.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
FrameDecoder.java Release the cumulation buffer after firing upstream so we don't end up 2011-11-03 11:25:24 +01:00
LengthFieldBasedFrameDecoder.java NETTY-435 LengthFieldBasedFrameDecoder fails to recover from TooLongFrameException 2011-08-19 11:06:29 +09:00
LengthFieldPrepender.java * Added @Sharable annotation which replaces @ChannelPipelineCoverage 2010-02-02 00:38:07 +00:00
package-info.java Updated APIviz tags 2010-04-16 04:12:43 +00:00
TooLongFrameException.java * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00