org.apache.axis.components.net

Class DefaultHTTPTransportClientProperties

Implemented Interfaces:
TransportClientProperties
Known Direct Subclasses:
DefaultHTTPSTransportClientProperties

public class DefaultHTTPTransportClientProperties
extends java.lang.Object
implements TransportClientProperties

Author:
Richard A. Sitze

Field Summary

protected String
nonProxyHosts
protected String
proxyHost
protected String
proxyPassword
protected String
proxyPort
protected String
proxyUser

Method Summary

String
getNonProxyHosts()
String
getProxyHost()
String
getProxyPassword()
String
getProxyPort()
String
getProxyUser()

Field Details

nonProxyHosts

protected String nonProxyHosts

proxyHost

protected String proxyHost

proxyPassword

protected String proxyPassword

proxyPort

protected String proxyPort

proxyUser

protected String proxyUser

Method Details

getNonProxyHosts

public String getNonProxyHosts()
Specified by:
getNonProxyHosts in interface TransportClientProperties

getProxyHost

public String getProxyHost()
Specified by:
getProxyHost in interface TransportClientProperties

getProxyPassword

public String getProxyPassword()
Specified by:
getProxyPassword in interface TransportClientProperties

getProxyPort

public String getProxyPort()
Specified by:
getProxyPort in interface TransportClientProperties
See Also:
org.apache.axis.components.net.TransportClientProperties.getPort()

getProxyUser

public String getProxyUser()
Specified by:
getProxyUser in interface TransportClientProperties

Copyright © 2005 Apache Web Services Project. All Rights Reserved.