| Package | Description |
|---|---|
| retrofit.client | |
| retrofit.converter | |
| retrofit.mime |
| Modifier and Type | Method and Description |
|---|---|
TypedInput |
Response.getBody()
Response body.
|
| Constructor and Description |
|---|
Response(java.lang.String url,
int status,
java.lang.String reason,
java.util.List<Header> headers,
TypedInput body) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
GsonConverter.fromBody(TypedInput body,
java.lang.reflect.Type type) |
java.lang.Object |
Converter.fromBody(TypedInput body,
java.lang.reflect.Type type)
Convert an HTTP response body to a concrete object of the specified type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedByteArray
Byte array and its mime type.
|
class |
TypedFile
File and its mime type.
|
class |
TypedString |
Copyright © 2014 Square, Inc.. All Rights Reserved.