SOAP Client: Client TLS credential selection
Brent Putman
putmanb at georgetown.edu
Wed May 13 20:25:40 EDT 2015
On 5/13/15 7:13 PM, Cantor, Scott wrote:
> On 5/13/15, 11:11 PM, "Brent Putman" <putmanb at georgetown.edu> wrote:
>
>
>> In HC the connection manager is pluggable, but it defaults to their
>> PoolingHttpClientConnectionManager. I'll need to find out exactly how
>> it behaves.
> If nothing else it probably means we can plug in a working implementation
> when we have to.
Although just reminding myself that there's this quirk with their
HttpClient builders: if you specify a non-null connection manager
instance, then a whole bunch of the other builder params are ignored
b/c they are subsumed in the supplied connection manager instance.
We'd probably need some special builder support of our own to do this.
Not a big deal, but some more java-support code to write.
More information about the dev
mailing list