Chunking Data

"이희승 (Trustin Lee)" trustin at gmail.com
Mon Jul 6 02:55:29 EDT 2009


Hi Michael,

(I think I answered this question in the IRC channel, but just to make
sure ..)

The HTTP file server example uses ChunkedWriteHandler to stream a large
file.  ChunkedWriteHandler can actually work with any protocols.  You
can add a ChunkedWriteHandler into your pipeline and write a
ChunkedInput send a stream.

HTH,
Trustin

On 06/30/2009 04:52 AM, Michael McGrady wrote:
> I want to build an application to move mobile objects and resources
> where the mobile object code uses OSGi to update a network node, rather
> than using the usual JMX solution with HTTP.  Thus, I need among other
> things to send (PUSH) a stream or chunked data to a target location. 
> HTTP in Netty is not the implementation I need.  Anything else out
> there?  Thanks.
> 
> Mike
> 
> 
> Mike McGrady
> Principal Investigator AF081-028 AFRL SBIR
> Senior Engineer
> Topia Technology, Inc
> 1.253.720.3365
> mmcgrady at topiatechnology.com
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users




More information about the netty-users mailing list