Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.
The "HttpClientConfiguration" page has been changed by OlegKalnichevski: http://wiki.apache.org/HttpComponents/HttpClientConfiguration?action=diff&rev1=1&rev2=2 {{{ PoolingHttpClientConnectionManager connManager = new PoolingHttpClientConnectionManager( socketFactoryRegistry, connFactory, dnsResolver); + CloseableHttpClient httpclient = HttpClients.custom() + .setConnectionManager(connManager) + .build(); }}} Custom connection socket factories can also be provided at the request level through a local --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
