cgl.narada.transport.proxy
Class ProxyInfo
java.lang.Object
cgl.narada.transport.proxy.ProxyInfo
public class ProxyInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyInfo
public ProxyInfo()
getProxyInfo
public void getProxyInfo(Properties prop)
- NB transport gets proxy settings info from either
user specified properties or by proxy auto detection methods.
Proxy detection relies on browser's proxy settings. Properties
precedes detection.
- Parameters:
prop - user specified transport properties
getProxyHost
public String getProxyHost()
getProxyPort
public int getProxyPort()
getUser
public String getUser()
getPassword
public String getPassword()
getDomain
public String getDomain()
setProxyHost
public void setProxyHost(String h)
setProxyPort
public void setProxyPort(int p)
setUser
public void setUser(String u)
setPassword
public void setPassword(String p)
setDomain
public void setDomain(String d)
For comments and suggestions please send
e-mail to
The NaradaBrokering Project