Class WiremockHttpClientFactory
- java.lang.Object
-
- de.adorsys.xs2a.adapter.impl.http.wiremock.WiremockHttpClientFactory
-
- All Implemented Interfaces:
HttpClientFactory
public class WiremockHttpClientFactory extends Object implements HttpClientFactory
-
-
Constructor Summary
Constructors Constructor Description WiremockHttpClientFactory(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder, HttpClientConfig httpClientConfig)
-
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
-
WiremockHttpClientFactory
public WiremockHttpClientFactory(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder, HttpClientConfig httpClientConfig)
-
-
Method Detail
-
getHttpClient
public HttpClient getHttpClient(String adapterId, String qwacAlias, String[] supportedCipherSuites)
- Specified by:
getHttpClientin interfaceHttpClientFactory
-
getHttpClientConfig
public HttpClientConfig getHttpClientConfig()
- Specified by:
getHttpClientConfigin interfaceHttpClientFactory
-
-