[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-2082.
-------------------------------------------
    Resolution: Won't Fix

> PoolingHttpClientConnectionManagerBuilder should also take the connection 
> socket lookup as a builder parameter
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-2082
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2082
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient (classic)
>    Affects Versions: 5.0
>            Reporter: Rafiek Mohamedjoesoef
>            Priority: Minor
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Adding the connection socket lookup as a parameter for the builder makes it 
> more flexible to use this builder. 
> Example: 
> {code:java}
> PoolingHttpClientConnectionManager mgr = 
> PoolingHttpClientConnectionManagerBuilder.create()
>         .setConnectionSocketFactoryRegistry(socketFactoryRegistry)
>         .setSchemePortResolver(schemePortResolver)
>         .setDnsResolver(dnsResolver)
>         .setManagedConnPool(pool)
>         .build();
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to