"Transparent connections through SOCKS proxies (version 4 & 5) using native Java socket support"
Please look at this - http://hc.apache.org/httpclient-3.x/features.html You should use something lake that - System.setProperty("socksProxySet", "false"); System.setProperty("socksProxyHost", "localhost"); System.setProperty("socksProxyPort", "1080"); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
