java.lang.Object
org.apache.axis.components.net.DefaultHTTPTransportClientProperties
- All Implemented Interfaces:
- TransportClientProperties
- Direct Known Subclasses:
- DefaultHTTPSTransportClientProperties
- public class DefaultHTTPTransportClientProperties
- extends java.lang.Object
- implements TransportClientProperties
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
emptyString
private static final java.lang.String emptyString
- See Also:
- Constant Field Values
proxyHost
protected java.lang.String proxyHost
nonProxyHosts
protected java.lang.String nonProxyHosts
proxyPort
protected java.lang.String proxyPort
proxyUser
protected java.lang.String proxyUser
proxyPassword
protected java.lang.String proxyPassword
DefaultHTTPTransportClientProperties
public DefaultHTTPTransportClientProperties()
getProxyHost
public java.lang.String getProxyHost()
- Description copied from interface:
TransportClientProperties
- Returns a valid String, may be empty ("").
- Specified by:
getProxyHost in interface TransportClientProperties
getNonProxyHosts
public java.lang.String getNonProxyHosts()
- Description copied from interface:
TransportClientProperties
- Returns a valid String, may be empty ("").
- Specified by:
getNonProxyHosts in interface TransportClientProperties
getProxyPort
public java.lang.String getProxyPort()
- Description copied from interface:
TransportClientProperties
- Returns a valid String, may be empty ("").
- Specified by:
getProxyPort in interface TransportClientProperties
getProxyUser
public java.lang.String getProxyUser()
- Description copied from interface:
TransportClientProperties
- Returns a valid String, may be empty ("").
- Specified by:
getProxyUser in interface TransportClientProperties
getProxyPassword
public java.lang.String getProxyPassword()
- Description copied from interface:
TransportClientProperties
- Returns a valid String, may be empty ("").
- Specified by:
getProxyPassword in interface TransportClientProperties