public class DefaultHttpClientFactory extends Object implements HttpClientFactory
CloseableHttpClient instance. Supports certificate based
communication.services| Constructor and Description |
|---|
DefaultHttpClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.impl.client.CloseableHttpClient |
createClient(ClientIdentity clientIdentity)
Provides CloseableHttpClient based on ClientIdentity details.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic org.apache.http.impl.client.CloseableHttpClient createClient(ClientIdentity clientIdentity) throws HttpClientException
HttpClientFactorycreateClient in interface HttpClientFactoryclientIdentity - for X.509 certificate based communication
ClientCertificate implementation of ClientIdentity
interface should be providedHttpClientException - in case HTTPS Client could not be setupCopyright © 2021. All rights reserved.