Package org.wso2.carbon.utils
Class HTTPClientUtils
java.lang.Object
org.wso2.carbon.utils.HTTPClientUtils
Util methods for HTTP Client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.http.impl.client.HttpClientBuilderGet the httpclient builder with custom hostname verifier.
-
Method Details
-
createClientWithCustomVerifier
public static org.apache.http.impl.client.HttpClientBuilder createClientWithCustomVerifier()Get the httpclient builder with custom hostname verifier.- Returns:
- HttpClientBuilder.
-