Are we missing a getter? Gary
On Sun, Mar 11, 2018, 10:57 Philippe Mouawad <[email protected]> wrote: > It looks a bit aggressive to me, but if you say it’s ok, it’s fine for me. > > So you confirm I need to keep reference to > poolingHttpClientConnectionManager right ? > No way from httpclient > > Thanks > On Sunday, March 11, 2018, Oleg Kalnichevski <[email protected]> wrote: > > > On Sun, 2018-03-11 at 15:57 +0100, Philippe Mouawad wrote: > > > I mean starting with a fresh sslcontext. > > > It works if I keep a ref on PoolingHttpConnectionManager and call > > > > > > poolingHttppoolingHttpClientConnectionManagerClientConnectionMan > > ager.closeExpiredConnections(); > > > poolingHttpClientConnectionManager.closeIdleConnections(1L, > > > TimeUnit.MICROSECONDS); > > > > > > > > > But is there a better way ? > > > > What is so bad about using the connection manager to close out all > > persistent connections? > > > > Oleg > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > -- > Cordialement. > Philippe Mouawad. >
