|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| com.dropbox.client2 | |
| com.dropbox.client2.session | |
| Uses of Session in com.dropbox.client2 |
|---|
| Classes in com.dropbox.client2 with type parameters of type Session | |
|---|---|
class |
DropboxAPI<SESS_T extends Session>
Location of the Dropbox API functions. |
| Fields in com.dropbox.client2 declared as Session | |
|---|---|
protected SESS_T |
DropboxAPI.session
|
| Methods in com.dropbox.client2 with parameters of type Session | |
|---|---|
static org.apache.http.HttpResponse |
RESTUtility.execute(Session session,
org.apache.http.client.methods.HttpUriRequest req)
Executes an HttpUriRequest with the given Session and
returns an HttpResponse. |
static org.apache.http.HttpResponse |
RESTUtility.execute(Session session,
org.apache.http.client.methods.HttpUriRequest req,
int socketTimeoutOverrideMs)
Executes an HttpUriRequest with the given Session and
returns an HttpResponse. |
static Object |
RESTUtility.request(RESTUtility.RequestMethod method,
String host,
String path,
int apiVersion,
String[] params,
Session session)
Creates and sends a request to the Dropbox API, parses the response as JSON, and returns the result. |
static DropboxAPI.RequestAndResponse |
RESTUtility.streamRequest(RESTUtility.RequestMethod method,
String host,
String path,
int apiVersion,
String[] params,
Session session)
Creates and sends a request to the Dropbox API, and returns a DropboxAPI.RequestAndResponse containing the HttpUriRequest and
HttpResponse. |
| Constructors in com.dropbox.client2 with parameters of type Session | |
|---|---|
DropboxAPI.BasicUploadRequest(org.apache.http.client.methods.HttpUriRequest request,
Session session)
|
|
| Uses of Session in com.dropbox.client2.session |
|---|
| Classes in com.dropbox.client2.session that implement Session | |
|---|---|
class |
AbstractSession
Keeps track of a logged in user and contains configuration options for the DropboxAPI. |
class |
WebAuthSession
Keeps track of a logged in user contains configuration options for the DropboxAPI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||