Sounds like you want HttpChunkAggregator?<div><br></div><div><a href="http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/codec/http/HttpChunkAggregator.html">http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/codec/http/HttpChunkAggregator.html</a><br>
<div><br></div><div> - Bruce<br><br><div class="gmail_quote">On Mon, Nov 29, 2010 at 12:43 PM, Sumit Arora <span dir="ltr">&lt;<a href="mailto:sumit1234@gmail.com">sumit1234@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
This is similar to :<br>
<br>
Hi,<br>
<br>
We want to send large data chunk by chunk. We read the HttpStaticFileServer<br>
example. We examined the ChunkedFile and ChunkedWriteHandler. It examplifies<br>
sending a file by using a ChunkedWriteHandler. But, we could not see how to<br>
receive those chunks by receiver. A lot of chunks are delivered to the<br>
receiver. How the recevier assamble these chunks? Is there any way of<br>
assembling those chunks automatically in Netty? Or do we have to implement a<br>
new decoder to do this?<br>
<br>
Best regards,<br>
Tayfun Gokmen Halac<br>
<br>
But no reply so far ?<br>
<font color="#888888">--<br>
View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-read-chuncked-Http-Data-tp5783345p5783360.html" target="_blank">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-read-chuncked-Http-Data-tp5783345p5783360.html</a><br>

</font><div><div></div><div class="h5">Sent from the Netty User Group mailing list archive at Nabble.com.<br>
_______________________________________________<br>
netty-users mailing list<br>
<a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
</div></div></blockquote></div><br></div></div>