| Class | Description |
|---|---|
| HttpRequestor |
An interface that the Fangcloud 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 | |
| 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. |
Copyright © 2017 YiFangYun. All rights reserved.