How to read chuncked Http Data ?

Sumit Arora sumit1234 at gmail.com
Mon Nov 29 01:32:14 EST 2010


Seems


*ChunkedInput or ChunkedStream could be used ?*

On Sun, Nov 28, 2010 at 10:23 PM, Sumit Arora <sumit1234 at gmail.com> wrote:

>
> Thanks for your response.
>
> Actually I wanted to read a big chunk which could be 1 GB or more,  and I
> knew its length in advance, (Not several smaller chunks , One Big chunk)
>
> Will this work in this case ?
>
> On Sun, Nov 28, 2010 at 10:12 PM, Bruce Mitchener [via Netty Forums and
> Mailing Lists] <ml-node+5783396-824578683-301707 at n2.nabble.com<ml-node%2B5783396-824578683-301707 at n2.nabble.com>
> <ml-node%2B5783396-824578683-301707 at n2.nabble.com<ml-node%252B5783396-824578683-301707 at n2.nabble.com>
> >
> > wrote:
>
> > 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 <[hidden email]<
> http://user/SendEmail.jtp?type=node&node=5783396&i=0>
> > > 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
> <
> http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-read-chuncked-Http-Data-tp5783345p5783360.html?by-user=t
> >
> >> Sent from the Netty User Group mailing list archive at Nabble.com.
> >> _______________________________________________
> >> netty-users mailing list
> >> [hidden email] <http://user/SendEmail.jtp?type=node&node=5783396&i=1>
> >>
> >> https://lists.jboss.org/mailman/listinfo/netty-users
> >>
> >
> >
> > _______________________________________________
> > netty-users mailing list
> > [hidden email] <http://user/SendEmail.jtp?type=node&node=5783396&i=2>
> > https://lists.jboss.org/mailman/listinfo/netty-users
> >
> > ------------------------------
> >  View message @
> >
> http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-read-chuncked-Http-Data-tp5783345p5783396.html
> >
> > To unsubscribe from How to read chuncked Http Data ?, click here<
> http://netty-forums-and-mailing-lists.685743.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5783345&code=c3VtaXQxMjM0QGdtYWlsLmNvbXw1NzgzMzQ1fC0xNjk0OTc3NTQ5
> >.
> >
> >
>
> --
> View this message in context:
> http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-read-chuncked-Http-Data-tp5783345p5783410.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/20101128/fee39021/attachment.html 


More information about the netty-users mailing list