I know how to set proxy by
RequestConfig config = RequestConfig.custom()
.setProxy(proxy)
.build();
But I want to use different proxy for different host.
in the constructor of PoolingHttpClientConnectionManager, I can pass
it a DnsResolver so I can do anything of dns resolver. how can I do
with proxy setting?--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
