| Package | Description |
|---|---|
| com.dropbox.core | |
| com.dropbox.core.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestor.Uploader |
DbxRequestUtil.startPut(DbxRequestConfig requestConfig,
String accessToken,
String host,
String path,
String[] params,
ArrayList<HttpRequestor.Header> headers)
Convenience function for making HTTP PUT requests.
|
| Constructor and Description |
|---|
DbxClient.Uploader(HttpRequestor.Uploader httpUploader,
long claimedBytes) |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpRequestor.Uploader |
HttpRequestor.startPost(String url,
Iterable<HttpRequestor.Header> headers) |
abstract HttpRequestor.Uploader |
HttpRequestor.startPut(String url,
Iterable<HttpRequestor.Header> headers) |
Copyright © 2013. All rights reserved.