How to read chuncked Http Data ?

Bruce Mitchener bruce.mitchener at gmail.com
Mon Nov 29 01:09:22 EST 2010


Sounds like you want HttpChunkAggregator?

http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/codec/http/HttpChunkAggregator.html

 - Bruce

On Mon, Nov 29, 2010 at 12:43 PM, Sumit Arora <sumit1234 at gmail.com> wrote:

>
> This is similar to :
>
> Hi,
>
> We want to send large data chunk by chunk. We read the HttpStaticFileServer
> example. We examined the ChunkedFile and ChunkedWriteHandler. It
> examplifies
> sending a file by using a ChunkedWriteHandler. But, we could not see how to
> receive those chunks by receiver. A lot of chunks are delivered to the
> receiver. How the recevier assamble these chunks? Is there any way of
> assembling those chunks automatically in Netty? Or do we have to implement
> a
> new decoder to do this?
>
> Best regards,
> Tayfun Gokmen Halac
>
> But no reply so far ?
> --
> View this message in context:
> http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-read-chuncked-Http-Data-tp5783345p5783360.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20101129/820154b7/attachment.html 


More information about the netty-users mailing list