Suspending HTTP Connection and write

Ngoc Dao ngocdaothanh at gmail.com
Mon Jun 13 02:17:21 EDT 2011


The connection is not closed if you don't explicitly close it. You
save the reference to the channel and send message to it anytime you
want.


On Mon, Jun 13, 2011 at 4:54 AM, wild <itchy75 at hotmail.fr> wrote:
> Hi everybody,
>
>
> I'd like to create a push server (or comet server) based on Netty framework.
>
> I've looked at HTTPServer sample, Netty seems a very low level framework
> that can let us configure a lot of things but I don't this I unserstand
> everything for the moment (just starting to test the framework).
>
> Some my question will be very basic (noob question) :
>
> Is there a way to suspend an HTTP connection and kept it in order to send
> message in it ?
>
> Thanks.
>
> William.
>
>
> --
> View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Suspending-HTTP-Connection-and-write-tp6468009p6468009.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
>


More information about the netty-users mailing list