|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.util.proxy.ProxySettings
public class ProxySettings
Settings required for using a proxy
| Constructor Summary | |
|---|---|
ProxySettings()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getProxyAddress()
Address of the proxy |
java.lang.String |
getProxyPassword()
Get the proxy password |
int |
getProxyPort()
Get the proxy port |
ProxyType |
getProxyType()
Get the proxy type |
java.lang.String |
getProxyUserName()
Get the proxy username |
java.lang.String |
getPublicProxyAddress()
Get the public proxy address to be used if the proxy does not return one. |
void |
setProxyAddress(java.lang.String proxyAddress)
Set the address of the proxy |
void |
setProxyPassword(java.lang.String password)
Set the proxy password |
void |
setProxyPort(int proxyPort)
Set the proxy prot |
void |
setProxyType(ProxyType proxyType)
Set the proxy type |
void |
setProxyUserName(java.lang.String userName)
Set the proxy username |
void |
setPublicProxyAddress(java.lang.String publicProxyAddress)
Set the public proxy address to be used if the proxy does not return one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxySettings()
| Method Detail |
|---|
public java.lang.String getProxyAddress()
public void setProxyAddress(java.lang.String proxyAddress)
proxyAddress - public java.lang.String getPublicProxyAddress()
public void setPublicProxyAddress(java.lang.String publicProxyAddress)
publicProxyAddress - IP address or hostnamepublic int getProxyPort()
public void setProxyPort(int proxyPort)
proxyPort - public java.lang.String getProxyUserName()
public void setProxyUserName(java.lang.String userName)
userName - public java.lang.String getProxyPassword()
public void setProxyPassword(java.lang.String password)
password - public ProxyType getProxyType()
public void setProxyType(ProxyType proxyType)
proxyType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||