yair ogen created HTTPCLIENT-1656:
-------------------------------------

             Summary: Client Builder doesn't expose 
setValidateAfterInactivity(int)
                 Key: HTTPCLIENT-1656
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1656
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: 4.4.1
            Reporter: yair ogen


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]

Reply via email to