views:

55

answers:

1

Hi! 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

A: 

Solution found! look at http://htmlunit.sourceforge.net/

sfireman