Class HttpClientProxyConfiguration

    • Method Detail

      • shouldProxy

        public boolean shouldProxy​(String host)
        Deprecated.
        Returns true if the provided configuration indicates that requests to this host should be proxied, otherwise false.
        Parameters:
        host - the destination host of the request, without any scheme or trailing path details. For example: "www.example.com".
        See Also:
        HttpProxyConfiguration.shouldProxy(String)
      • configureClient

        public void configureClient​(org.apache.commons.httpclient.HttpClient client)
        Deprecated.
        Configures the provided HttpClient with the proxy settings, including proxy host and port and any configured authentication schemes.