You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Clément Guillaume <cg...@hotpads.com> on 2020/02/25 02:12:19 UTC

use a custom AbstractConnPool

Hello,

Is it possible to pass a custom AbstractConnPool to
PoolingHttpClientConnectionManager?
I would like to use something like the default CPool with some
custom onLease, onRelease and onReuse.

Thank you,

Clement Guillaume