Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.components.net.DefaultHTTPTransportClientProperties
org.apache.axis.components.net.DefaultHTTPSTransportClientProperties
public class DefaultHTTPSTransportClientProperties
Field Summary |
Fields inherited from class org.apache.axis.components.net.DefaultHTTPTransportClientProperties | |
nonProxyHosts , proxyHost , proxyPassword , proxyPort , proxyUser |
Method Summary | |
String | |
String | |
String | |
String | |
String |
Methods inherited from class org.apache.axis.components.net.DefaultHTTPTransportClientProperties | |
getNonProxyHosts , getProxyHost , getProxyPassword , getProxyPort , getProxyUser |
public String getNonProxyHosts()
- Specified by:
- getNonProxyHosts in interface TransportClientProperties
- Overrides:
- getNonProxyHosts in interface DefaultHTTPTransportClientProperties
public String getProxyHost()
- Specified by:
- getProxyHost in interface TransportClientProperties
- Overrides:
- getProxyHost in interface DefaultHTTPTransportClientProperties
public String getProxyPassword()
- Specified by:
- getProxyPassword in interface TransportClientProperties
- Overrides:
- getProxyPassword in interface DefaultHTTPTransportClientProperties
- See Also:
org.apache.axis.components.net.TransportClientProperties.getPassword()
public String getProxyPort()
- Specified by:
- getProxyPort in interface TransportClientProperties
- Overrides:
- getProxyPort in interface DefaultHTTPTransportClientProperties
- See Also:
org.apache.axis.components.net.TransportClientProperties.getPort()
public String getProxyUser()
- Specified by:
- getProxyUser in interface TransportClientProperties
- Overrides:
- getProxyUser in interface DefaultHTTPTransportClientProperties
- See Also:
org.apache.axis.components.net.TransportClientProperties.getUser()