Commit Graph

16 Commits

Author SHA1 Message Date
Trustin Lee
e069c7c958 Wrong number 2009-09-25 01:50:49 +00:00
Trustin Lee
50012fd8e6 Improved Javadoc of LengthFieldBasedFrameDecoder 2009-09-25 01:39:43 +00:00
Trustin Lee
b11ef6ca9b Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
Trustin Lee
90329ef978 Updated APIviz tags (work in progress) 2009-07-17 12:49:32 +00:00
Trustin Lee
2b0ec506ec Javadoc 2009-06-18 12:32:22 +00:00
Trustin Lee
10009a05fb Javadoc 2009-06-18 12:30:38 +00:00
Trustin Lee
a26ebc2bc1 Javadoc 2009-06-18 12:21:46 +00:00
Trustin Lee
f38fb2b742 Typo 2009-06-18 12:19:59 +00:00
Trustin Lee
d4a8631e62 Javadoc 2009-06-18 12:18:43 +00:00
Trustin Lee
4d0facee9f Javadoc 2009-06-18 12:16:25 +00:00
Trustin Lee
8bba7ccb5b Merged LengthPrefixedFrameDecoder into LengthFieldBasedFrameDecoder by introducing initialBytesToStrip option 2009-01-06 05:59:42 +00:00
Trustin Lee
73a6716c4b Added LengthPrefixedFrameDecoder 2009-01-06 05:47:41 +00:00
Trustin Lee
5d6ef046cd Removed unnecessary 'else' 2009-01-06 05:32:44 +00:00
Trustin Lee
247251420a More robust exception handling for incorrect length and too large frames 2009-01-06 05:31:59 +00:00
Trustin Lee
7fa20dcb07 Made sure corrupted frame data is skipped 2009-01-06 05:20:16 +00:00
Trustin Lee
afcd2b8315 Resolved issue: NETTY-95 Length-prefixed frame decoder
* Added LengthFieldBasedFrameDecoder
* Added CorruptedFrameException
2008-12-17 11:39:45 +00:00