Class HTTPClientUtils
java.lang.Object
org.wso2.carbon.utils.httpclient5.HTTPClientUtils
Util methods for creating HTTP clients using Apache HTTP Client 5.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hc.client5.http.impl.classic.HttpClientBuilderGet httpclient builder with custom hostname verifier.
-
Method Details
-
createClientWithCustomHostnameVerifier
public static org.apache.hc.client5.http.impl.classic.HttpClientBuilder createClientWithCustomHostnameVerifier()Get httpclient builder with custom hostname verifier.- Returns:
- HttpClientBuilder.
-