Roland Weber wrote:
BTW, I need to asynchronously get a lot of URLs (using pipelining if
posible), HTTPAsync seems the right thing to use, but everybody points
at HTTPClient. What do I do?

Sorry to say, but HttpAsync is in a very early stage of development.

If you need async handling more than you need HttpClient there may
be some alternatives that you can look at. I suspect that you will have
to modify them to suit your needs though.

Here are two (open source) projects that may be useful:

Grizzly http handler, part of the GlassFish project:
https://glassfish.dev.java.net/

Rabbit, a web proxy that I write, has full nio handling since version 3.0. It has been running on nio since early this year, but the proxy was started in 1998 so the code is quite stable.
http://www.khelekore.org/rabbit/

Depending on what you want they may or may not work. HttpClient probably does lots of things automatically (redirects, cookie handling etc) that you may or may not need.

/robo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to