|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.ci.comm.ProxyInformation
public class ProxyInformation
The information needed to connect to a proxy.
Constructor Summary | |
---|---|
ProxyInformation(String host, int port) Constructor. |
Method Summary | |
---|---|
ProxyCredentials |
getCredentials() Returns the credentials to use to connect to the proxy. |
String |
getHost() Returns the host name of the proxy. |
int |
getPort() Returns the port the proxy is listening. |
void |
setCredentials(ProxyCredentials proxyCredentials) Sets the credentials to use to connect to the proxy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyInformation(String host, int port)
host
- the host name of the proxy.
port
- the port the proxy is listening.
Method Detail |
---|
public void setCredentials(ProxyCredentials proxyCredentials)
proxyCredentials
- the credentials to use to connect to the proxy.
public String getHost()
public int getPort()
public ProxyCredentials getCredentials()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |