Client.Provider| Constructor and Description |
|---|
OkClient() |
OkClient(com.squareup.okhttp.OkHttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
Response |
execute(Request request)
Synchronously execute an HTTP represented by
request and encapsulate all response data
into a Response instance. |
public OkClient()
public OkClient(com.squareup.okhttp.OkHttpClient client)
public Response execute(Request request) throws IOException
Clientrequest and encapsulate all response data
into a Response instance.
Note: If the request has a body, its length and mime type will have already been added to the
header list as Content-Length and Content-Type, respectively. Do NOT alter
these values as they might have been set as a result of an application-level configuration.
execute in interface ClientIOExceptionCopyright © 2015 Square, Inc.. All Rights Reserved.