I am trying to pull page source in java with proxy.
I have used httpclient, httpunit and HttpURLConnection, all of this taking 5 sec when i goes for page source without proxy but I uses proxy then its taking 12-15 sec for a single page.
Is there any way to increase speed or another class which is providing fast page source.