Class ApacheHttpClientFactory
- java.lang.Object
-
- de.adorsys.xs2a.adapter.impl.http.ApacheHttpClientFactory
-
- All Implemented Interfaces:
HttpClientFactory
public class ApacheHttpClientFactory extends Object implements HttpClientFactory
-
-
Constructor Summary
Constructors Constructor Description ApacheHttpClientFactory(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder, HttpClientConfig clientConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClientgetHttpClient(String adapterId, String qwacAlias, String[] supportedCipherSuites)HttpClientConfiggetHttpClientConfig()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.xs2a.adapter.api.http.HttpClientFactory
getHttpClient, getHttpClient
-
-
-
-
Constructor Detail
-
ApacheHttpClientFactory
public ApacheHttpClientFactory(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder, HttpClientConfig clientConfig)
-
-
Method Detail
-
getHttpClient
public HttpClient getHttpClient(String adapterId, String qwacAlias, String[] supportedCipherSuites)
- Specified by:
getHttpClientin interfaceHttpClientFactory
-
getHttpClientConfig
public HttpClientConfig getHttpClientConfig()
- Specified by:
getHttpClientConfigin interfaceHttpClientFactory
-
-