Jersey 2.22, Apache HttpClient 4.5.2
http://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html
As mentioned in the above document, I would like to configure custom
KeepAliveStrategy for Jersey client. It appears to me that there is no
configuration parameter to pass custom CloseableHttpClient. Any thoughts
on how I can setup custom keep alive strategy?
Thanks