Class HTTPClientUtils

java.lang.Object
org.wso2.carbon.utils.HTTPClientUtils

public class HTTPClientUtils extends Object
Util methods for HTTP Client.
  • 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. Use HTTPClientUtils.createClientWithCustomHostnameVerifier() instead.
      Get the httpclient builder with custom hostname verifier.
      Returns:
      HttpClientBuilder.