Interface HttpClientFactory
-
- All Superinterfaces:
Extension
- All Known Implementing Classes:
ApacheHttpClientFactory
public interface HttpClientFactory extends Extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description HttpClientbuildHttpClient(Options options, boolean trustAllCertificates, java.util.List<java.lang.String> trustedHosts, boolean useSystemProperties)default java.lang.StringgetName()
-
-
-
Method Detail
-
buildHttpClient
HttpClient buildHttpClient(Options options, boolean trustAllCertificates, java.util.List<java.lang.String> trustedHosts, boolean useSystemProperties)
-
-