cgl.narada.transport.proxy
Class ProxyInfo

java.lang.Object
  extended by cgl.narada.transport.proxy.ProxyInfo

public class ProxyInfo
extends Object


Constructor Summary
ProxyInfo()
           
 
Method Summary
 String getDomain()
           
 String getPassword()
           
 String getProxyHost()
           
 void getProxyInfo(Properties prop)
          NB transport gets proxy settings info from either user specified properties or by proxy auto detection methods.
 int getProxyPort()
           
 String getUser()
           
 void setDomain(String d)
           
 void setPassword(String p)
           
 void setProxyHost(String h)
           
 void setProxyPort(int p)
           
 void setUser(String u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInfo

public ProxyInfo()
Method Detail

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