Class ProxyFactory

java.lang.Object
org.apache.cxf.transport.http.ProxyFactory

public class ProxyFactory extends Object
  • Constructor Details

    • ProxyFactory

      public ProxyFactory()
  • Method Details

    • createProxy

      public Proxy createProxy(HTTPClientPolicy policy, URI currentUrl)
      This method returns the Proxy server should it be set on the Client Side Policy.
      Returns:
      The proxy server or null, if not set.