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.HttpClientBuilderDeprecated.This method is deprecated as part of an effort to unify all HTTP client implementations in the product.
-
Method Details
-
createClientWithCustomVerifier
@Deprecated public static org.apache.http.impl.client.HttpClientBuilder createClientWithCustomVerifier()Deprecated.This method is deprecated as part of an effort to unify all HTTP client implementations in the product. UseHTTPClientUtils.createClientWithCustomHostnameVerifier()instead.Get the httpclient builder with custom hostname verifier.- Returns:
- HttpClientBuilder.
-