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 Summary
Constructors Constructor Description ProxyProfileConfig(org.apache.http.HttpHost proxy, org.apache.http.auth.UsernamePasswordCredentials credentials, Set<String> proxyByPass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.auth.UsernamePasswordCredentials
getCredentials()
org.apache.http.HttpHost
getProxy()
Set<String>
getProxyByPass()
String
toString()
-