public class UrlConnectionClient extends Object implements Client
HttpURLConnection for communication.Client.Provider| Constructor and Description |
|---|
UrlConnectionClient() |
| 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. |
protected HttpURLConnection |
openConnection(Request request) |
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 ClientIOExceptionprotected HttpURLConnection openConnection(Request request) throws IOException
IOExceptionCopyright © 2015 Square, Inc.. All Rights Reserved.