users@jersey.java.net

[Jersey] Jersey ApacheConnector KeepAliveStrategy

From: Rallavagu <rallavagu_at_gmail.com>
Date: Mon, 13 Jun 2016 14:26:58 -0700

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