|
|||||||||
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 | |
---|---|
java.lang.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(java.lang.String host)
Creates a proxy info using the default port. |
|
Session.ProxyInfo(java.lang.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 java.lang.String host
public final int port
Constructor Detail |
---|
public Session.ProxyInfo(java.lang.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(java.lang.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 |