rafiek opened a new pull request #224: URL: https://github.com/apache/httpcomponents-client/pull/224
This commit contains functionality to create a SOCKS based HttpClient with the HttpClientBuilder. A default SOCKSConnectionSocketFactory instance is used to create a plain (unencrypted) SOCKS based socket based on system properties 'socksProxyHost' and 'socksProxyPort'. The HttpClientBuilder will check if the properties are set and need to be used. It will then create a new SOCKS based connection manager using the configuration of the HttpClient. Any pre-defined connection manager will be replaced. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org