Package org.apache.axis.components.net
Class DefaultHTTPTransportClientProperties
- 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
- Author:
- Richard A. Sitze
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringnonProxyHostsprotected java.lang.StringproxyHostprotected java.lang.StringproxyPasswordprotected java.lang.StringproxyPortprotected java.lang.StringproxyUser
-
Constructor Summary
Constructors Constructor Description DefaultHTTPTransportClientProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNonProxyHosts()Returns a valid String, may be empty ("").java.lang.StringgetProxyHost()Returns a valid String, may be empty ("").java.lang.StringgetProxyPassword()Returns a valid String, may be empty ("").java.lang.StringgetProxyPort()Returns a valid String, may be empty ("").java.lang.StringgetProxyUser()Returns a valid String, may be empty ("").
-
-
-
Method Detail
-
getProxyHost
public java.lang.String getProxyHost()
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyHostin interfaceTransportClientProperties- See Also:
TransportClientProperties.getProxyHost()
-
getNonProxyHosts
public java.lang.String getNonProxyHosts()
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getNonProxyHostsin interfaceTransportClientProperties- See Also:
TransportClientProperties.getNonProxyHosts()
-
getProxyPort
public java.lang.String getProxyPort()
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyPortin interfaceTransportClientProperties- See Also:
org.apache.axis.components.net.TransportClientProperties#getPort()
-
getProxyUser
public java.lang.String getProxyUser()
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyUserin interfaceTransportClientProperties- See Also:
TransportClientProperties.getProxyUser()
-
getProxyPassword
public java.lang.String getProxyPassword()
Description copied from interface:TransportClientPropertiesReturns a valid String, may be empty ("").- Specified by:
getProxyPasswordin interfaceTransportClientProperties- See Also:
TransportClientProperties.getProxyPassword()
-
-