You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2017/05/02 14:16:04 UTC

[jira] [Updated] (HTTPCLIENT-1724) Support getConnectionManager() on HttpAsyncClient.class

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

Oleg Kalnichevski updated HTTPCLIENT-1724:
------------------------------------------
    Fix Version/s:     (was: 5.0)
                   5.0 Alpha2

> Support getConnectionManager() on HttpAsyncClient.class
> -------------------------------------------------------
>
>                 Key: HTTPCLIENT-1724
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1724
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient (classic)
>            Reporter: Kalyanaraman Santhanam
>            Priority: Minor
>             Fix For: 5.0 Alpha2
>
>
> When the HttpAsyncClient is initialized using the Builder as follows:
> HttpAsyncClients.custom()
>                             .build();
> ConnectionManager is initialized to nice set of defaults. `https://github.com/apache/httpasyncclient/blob/4.1.x/httpasyncclient/src/main/java/org/apache/http/impl/nio/client/HttpAsyncClientBuilder.java#L647`
> However, the absence of getConnectionManager(), forces anyone who is interested in collecting the http stats need to initialize the ConnectionManager themselves. 
> Which means a developer like is just going to grab the code from the `HttpAsyncClientBuilder` and add it my code. This defeats the purpose of having a `HttpAsyncClientBuilder` and prevents code reusability.
> So I want to know if there is a way to either expose the ConnectionManager or expose the Stats of the ConnectionManager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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