public class XmlRpcSun15ProxyAuthTransportFactory
extends org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory
| Constructor and Description |
|---|
XmlRpcSun15ProxyAuthTransportFactory(org.apache.xmlrpc.client.XmlRpcClient pClient) |
| Modifier and Type | Method and Description |
|---|---|
Proxy |
getProxy() |
String |
getProxyPassword() |
String |
getProxyUser() |
org.apache.xmlrpc.client.XmlRpcTransport |
getTransport() |
void |
setProxy(Proxy pProxy)
Sets the proxy to use.
|
void |
setProxyAuthorization(String proxyUser,
String proxyPassword) |
public XmlRpcSun15ProxyAuthTransportFactory(org.apache.xmlrpc.client.XmlRpcClient pClient)
public void setProxy(Proxy pProxy)
setProxy in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactorypProxy - The proxy settings.public String getProxyUser()
public String getProxyPassword()
public Proxy getProxy()
public org.apache.xmlrpc.client.XmlRpcTransport getTransport()
getTransport in interface org.apache.xmlrpc.client.XmlRpcTransportFactorygetTransport in class org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactoryCopyright © 2012. All Rights Reserved.