public interface Client
Requests. This class must be
thread-safe as invocation may happen from multiple threads simultaneously.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Client.Provider
Deferred means of obtaining a
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. |
Response execute(Request request) throws java.io.IOException
request 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.
java.io.IOExceptionCopyright © 2014 Square, Inc.. All Rights Reserved.