| Class | Description | 
|---|---|
| GoogleAppEngineRequestor | HttpRequestorimplementation 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 | HttpRequestorimplementation that uses OkHttp
 v3. | 
| OkHttp3Requestor.AsyncCallback | |
| OkHttpRequestor | HttpRequestorimplementation that uses OkHttp
 v2. | 
| OkHttpRequestor.AsyncCallback | |
| SSLConfig | The proper SSL configuration that should be used when connecting to Dropbox
 API servers. | 
| StandardHttpRequestor | HttpRequestorimplementation that uses Java's standard libraryHttpsURLConnection. | 
| StandardHttpRequestor.Config | Configuration for  StandardHttpRequestorthat determines
 how network connections to the server are established. | 
| StandardHttpRequestor.Config.Builder | Builder for  StandardHttpRequestor.Config. | 
| Exception | Description | 
|---|---|
| SSLConfig.LoadException |