| Package | Description |
|---|---|
| retrofit |
Retrofit turns your REST API into a Java interface.
|
| retrofit.android | |
| retrofit.appengine | |
| retrofit.client |
| Modifier and Type | Method and Description |
|---|---|
RestAdapter.Builder |
RestAdapter.Builder.setClient(Client client)
The HTTP client used for requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidApacheClient
|
| Modifier and Type | Class and Description |
|---|---|
class |
UrlFetchClient
A
Client for Google AppEngine's which uses its URLFetchService. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheClient
A
Client which uses an implementation of Apache's HttpClient. |
class |
OkClient
Retrofit client that uses OkHttp for communication.
|
class |
UrlConnectionClient
Retrofit client that uses
HttpURLConnection for communication. |
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.Provider.get()
Obtain an HTTP client.
|
Copyright © 2014 Square, Inc.. All Rights Reserved.