Class ProxyProfileConfig

java.lang.Object
org.apache.synapse.transport.http.conn.ProxyProfileConfig

public class ProxyProfileConfig extends Object
Represents a proxy profile configured in the axis2.xml
  • Constructor Details

    • ProxyProfileConfig

      public ProxyProfileConfig(org.apache.http.HttpHost proxy, org.apache.http.auth.UsernamePasswordCredentials credentials, Set<String> proxyByPass)
  • Method Details

    • getProxy

      public org.apache.http.HttpHost getProxy()
    • getCredentials

      public org.apache.http.auth.UsernamePasswordCredentials getCredentials()
    • getProxyByPass

      public Set<String> getProxyByPass()
    • toString

      public String toString()
      Overrides:
      toString in class Object