|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dropbox.client2.session.Session.ProxyInfo
public static final class Session.ProxyInfo
Describes a proxy.
| Field Summary | |
|---|---|
String |
host
The address of the proxy. |
int |
port
The port of the proxy, or -1 to use the default port. |
| Constructor Summary | |
|---|---|
Session.ProxyInfo(String host)
Creates a proxy info using the default port. |
|
Session.ProxyInfo(String host,
int port)
Creates a proxy info. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String host
public final int port
| Constructor Detail |
|---|
public Session.ProxyInfo(String host,
int port)
host - the host to use without a protocol (required).port - the port to use, or -1 for default port.public Session.ProxyInfo(String host)
host - the host to use without a protocol (required).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||