Class ApacheHttpClientFactory
- java.lang.Object
-
- com.github.tomakehurst.wiremock.http.client.ApacheHttpClientFactory
-
- All Implemented Interfaces:
Extension,HttpClientFactory
public class ApacheHttpClientFactory extends java.lang.Object implements HttpClientFactory
-
-
Constructor Summary
Constructors Constructor Description ApacheHttpClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClientbuildHttpClient(Options options, boolean trustAllCertificates, java.util.List<java.lang.String> trustedHosts, boolean useSystemProperties)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.tomakehurst.wiremock.http.client.HttpClientFactory
getName
-
-
-
-
Method Detail
-
buildHttpClient
public HttpClient buildHttpClient(Options options, boolean trustAllCertificates, java.util.List<java.lang.String> trustedHosts, boolean useSystemProperties)
- Specified by:
buildHttpClientin interfaceHttpClientFactory
-
-