How to read received chunked data?

jgalyan jgalyan at adbrite.com
Mon Nov 29 13:54:03 EST 2010


If you're using HTTP chunked transfer encoding, then you can use the built-in
HttpChunkAggregator in the receiver pipeline; otherwise, you'll have to
write your own decoder that understands how to assemble your chunks.
-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-read-received-chunked-data-tp4626607p5785510.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list