[
https://issues.apache.org/jira/browse/HTTPCLIENT-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski reassigned HTTPCLIENT-1656:
---------------------------------------------
Assignee: Oleg Kalnichevski
> Client Builder doesn't expose setValidateAfterInactivity(int)
> -------------------------------------------------------------
>
> Key: HTTPCLIENT-1656
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1656
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Affects Versions: 4.4.1
> Reporter: yair ogen
> Assignee: Oleg Kalnichevski
> Priority: Minor
> Fix For: 5.0
>
>
> The API 'setStaleConnectionCheckEnabled' on the RequestConfig Builder is
> deprecated. It points to calling 'setValidateAfterInactivity' on the
> PoolingHttpClientConnectionManager class.
> However we shouldn't mandate creating our own
> PoolingHttpClientConnectionManager instance (instead of reusing the one
> created automatically by the httpClient builder) just to
> setValidateAfterInactivity.
> We should expose on the client/request config builder a
> setValidateAfterInactivity like we do for 'setMaxConnPerRoute' and
> 'setMaxConnTotal' (which in the builder are later set on the internally
> created PoolingHttpClientConnectionManager ).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]