org.apache.axis.components.net
public class DefaultHTTPTransportClientProperties extends java.lang.Object implements TransportClientProperties
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
nonProxyHosts |
protected java.lang.String |
proxyHost |
protected java.lang.String |
proxyPassword |
protected java.lang.String |
proxyPort |
protected java.lang.String |
proxyUser |
| Constructor and Description |
|---|
DefaultHTTPTransportClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNonProxyHosts()
Returns a valid String, may be empty ("").
|
java.lang.String |
getProxyHost()
Returns a valid String, may be empty ("").
|
java.lang.String |
getProxyPassword()
Returns a valid String, may be empty ("").
|
java.lang.String |
getProxyPort()
Returns a valid String, may be empty ("").
|
java.lang.String |
getProxyUser()
Returns a valid String, may be empty ("").
|
protected java.lang.String proxyHost
protected java.lang.String nonProxyHosts
protected java.lang.String proxyPort
protected java.lang.String proxyUser
protected java.lang.String proxyPassword
public DefaultHTTPTransportClientProperties()
public java.lang.String getProxyHost()
TransportClientPropertiesgetProxyHost in interface TransportClientPropertiesTransportClientProperties.getProxyHost()public java.lang.String getNonProxyHosts()
TransportClientPropertiesgetNonProxyHosts in interface TransportClientPropertiesTransportClientProperties.getNonProxyHosts()public java.lang.String getProxyPort()
TransportClientPropertiesgetProxyPort in interface TransportClientPropertiesorg.apache.axis.components.net.TransportClientProperties#getPort()public java.lang.String getProxyUser()
TransportClientPropertiesgetProxyUser in interface TransportClientPropertiesTransportClientProperties.getProxyUser()public java.lang.String getProxyPassword()
TransportClientPropertiesgetProxyPassword in interface TransportClientPropertiesTransportClientProperties.getProxyPassword()Copyright ? 2005 Apache Web Services Project. All Rights Reserved.