On 2/8/2010 5:36 AM, Animesh Sonkar wrote:
> Looked around all the forums for a well working example for Comet Client.
Here is some code I wrote to test a CometProcessor:
Using HttpURLConnection:
URL url = new URL( "http://"; );
HttpURLConnection connection = (HttpURLConnection)
url.openCo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Animesh,
On 2/8/2010 5:36 AM, Animesh Sonkar wrote:
> Looked around all the forums for a well working example for Comet Client.
I'm no Comet expert, but any HTTP client ought to work, right? Comet is
expected to be used with the APR and NIO connector
Hi,
Looked around all the forums for a well working example for Comet Client.
Tried writing my own client using sockets. But facing same issues as
mentioned in various forums with no solution.
So i guess it would be nice if the Apache Tomcat developers came with a nice
Socket/UrlConnection based