| Class | Description |
|---|---|
| GoogleAppEngineRequestor |
HttpRequestor implementation that uses Google App Engine URL fetch service. |
| HttpRequestor |
An interface that the Dropbox client library uses to make HTTP requests.
|
| HttpRequestor.Header |
A simple structure holding an HTTP header, which is key/value pair.
|
| HttpRequestor.Response | |
| HttpRequestor.Uploader | |
| OkHttp3Requestor |
HttpRequestor implementation that uses OkHttp
v3. |
| OkHttp3Requestor.AsyncCallback | |
| OkHttpRequestor |
HttpRequestor implementation that uses OkHttp
v2. |
| OkHttpRequestor.AsyncCallback | |
| SSLConfig |
The proper SSL configuration that should be used when connecting to Dropbox
API servers.
|
| StandardHttpRequestor |
HttpRequestor implementation that uses Java's standard library
HttpsURLConnection. |
| StandardHttpRequestor.Config |
Configuration for
StandardHttpRequestor that determines
how network connections to the server are established. |
| StandardHttpRequestor.Config.Builder |
Builder for
StandardHttpRequestor.Config. |
| Exception | Description |
|---|---|
| SSLConfig.LoadException |