| Interface | Description |
|---|---|
| Client |
Abstraction of an HTTP client which can execute
Requests. |
| Client.Provider |
Deferred means of obtaining a
Client. |
| Class | Description |
|---|---|
| ApacheClient |
A
Client which uses an implementation of Apache's HttpClient. |
| Header |
Represents an HTTP header name/value pair.
|
| OkClient |
Retrofit client that uses OkHttp for communication.
|
| Request |
Encapsulates all of the information necessary to make an HTTP request.
|
| Response |
An HTTP response.
|
| UrlConnectionClient |
Retrofit client that uses
HttpURLConnection for communication. |
Copyright © 2014 Square, Inc.. All Rights Reserved.