I seek some full featured async http client (using NIO, not thread per connection), that supports connections through all kinds of proxy(http/https/socks4/socks5).
I need different proxy per connection, not one global proxy for all connections.
so… what library i can use?
P.S. sorry for my english
Solution found!
look at http://htmlunit.sourceforge.net/