|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.components.net.DefaultHTTPTransportClientProperties
public class DefaultHTTPTransportClientProperties
Field Summary | |
---|---|
protected String |
nonProxyHosts
|
protected String |
proxyHost
|
protected String |
proxyPassword
|
protected String |
proxyPort
|
protected String |
proxyUser
|
Constructor Summary | |
---|---|
DefaultHTTPTransportClientProperties()
|
Method Summary | |
---|---|
String |
getNonProxyHosts()
Returns a valid String, may be empty (""). |
String |
getProxyHost()
Returns a valid String, may be empty (""). |
String |
getProxyPassword()
Returns a valid String, may be empty (""). |
String |
getProxyPort()
Returns a valid String, may be empty (""). |
String |
getProxyUser()
Returns a valid String, may be empty (""). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String proxyHost
protected String nonProxyHosts
protected String proxyPort
protected String proxyUser
protected String proxyPassword
Constructor Detail |
---|
public DefaultHTTPTransportClientProperties()
Method Detail |
---|
public String getProxyHost()
TransportClientProperties
getProxyHost
in interface TransportClientProperties
TransportClientProperties.getProxyHost()
public String getNonProxyHosts()
TransportClientProperties
getNonProxyHosts
in interface TransportClientProperties
TransportClientProperties.getNonProxyHosts()
public String getProxyPort()
TransportClientProperties
getProxyPort
in interface TransportClientProperties
org.jboss.axis.components.net.TransportClientProperties#getPort()
public String getProxyUser()
TransportClientProperties
getProxyUser
in interface TransportClientProperties
TransportClientProperties.getProxyUser()
public String getProxyPassword()
TransportClientProperties
getProxyPassword
in interface TransportClientProperties
TransportClientProperties.getProxyPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |