| Package | Description |
|---|---|
| net.callumtaylor.asynchttp | |
| net.callumtaylor.asynchttp.obj |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncHttpClient.delete(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a DELETE request on the baseUri
|
E |
SyncHttpClient.delete(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a DELETE request on the baseUri
|
void |
AsyncHttpClient.delete(List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a DELETE request on the baseUri
|
E |
SyncHttpClient.delete(List<NameValuePair> params,
okhttp3.RequestBody deleteData,
ResponseHandler<?> response)
Performs a DELETE request on the baseUri
|
void |
AsyncHttpClient.delete(List<NameValuePair> params,
ResponseHandler response)
Performs a DELETE request on the baseUri
|
E |
SyncHttpClient.delete(List<NameValuePair> params,
ResponseHandler<?> response)
Performs a DELETE request on the baseUri
|
void |
AsyncHttpClient.delete(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a DELETE request on the baseUri
|
E |
SyncHttpClient.delete(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a DELETE request on the baseUri
|
void |
AsyncHttpClient.delete(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler response)
Performs a DELETE request on the baseUri
|
E |
SyncHttpClient.delete(String path,
List<NameValuePair> params,
okhttp3.RequestBody deleteData,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a DELETE request on the baseUri
|
void |
AsyncHttpClient.delete(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a DELETE request on the baseUri
|
E |
SyncHttpClient.delete(String path,
List<NameValuePair> params,
okhttp3.RequestBody deleteData,
ResponseHandler<?> response)
Performs a DELETE request on the baseUri
|
void |
AsyncHttpClient.delete(String path,
List<NameValuePair> params,
ResponseHandler response)
Performs a DELETE request on the baseUri
|
E |
SyncHttpClient.delete(String path,
List<NameValuePair> params,
ResponseHandler<?> response)
Performs a DELETE request on the baseUri
|
void |
AsyncHttpClient.get(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a GET request on the baseUri
|
E |
SyncHttpClient.get(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a GET request on the baseUri
|
E |
SyncHttpClient.get(List<NameValuePair> params,
ResponseHandler<?> response)
Performs a GET request on the baseUri
|
void |
AsyncHttpClient.get(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a GET request on the baseUri
|
E |
SyncHttpClient.get(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a GET request on the baseUri
|
void |
AsyncHttpClient.get(String path,
List<NameValuePair> params,
ResponseHandler response)
Performs a GET request on the baseUri
|
E |
SyncHttpClient.get(String path,
List<NameValuePair> params,
ResponseHandler<?> response)
Performs a GET request on the baseUri
|
void |
AsyncHttpClient.head(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a HEAD request on the baseUri
|
E |
SyncHttpClient.head(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a HEAD request on the baseUri
|
void |
AsyncHttpClient.head(List<NameValuePair> params,
ResponseHandler response)
Performs a HEAD request on the baseUri
|
E |
SyncHttpClient.head(List<NameValuePair> params,
ResponseHandler<?> response)
Performs a HEAD request on the baseUri
|
void |
AsyncHttpClient.head(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a HEAD request on the baseUri
|
E |
SyncHttpClient.head(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a HEAD request on the baseUri
|
void |
AsyncHttpClient.head(String path,
List<NameValuePair> params,
ResponseHandler response)
Performs a HEAD request on the baseUri
|
E |
SyncHttpClient.head(String path,
List<NameValuePair> params,
ResponseHandler<?> response)
Performs a HEAD request on the baseUri
|
void |
AsyncHttpClient.options(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a OPTIONS request on the baseUri
|
E |
SyncHttpClient.options(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a OPTIONS request on the baseUri
|
void |
AsyncHttpClient.options(List<NameValuePair> params,
ResponseHandler response)
Performs a OPTIONS request on the baseUri
|
E |
SyncHttpClient.options(List<NameValuePair> params,
ResponseHandler<?> response)
Performs a OPTIONS request on the baseUri
|
void |
AsyncHttpClient.options(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a OPTIONS request on the baseUri
|
E |
SyncHttpClient.options(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a OPTIONS request on the baseUri
|
void |
AsyncHttpClient.options(String path,
List<NameValuePair> params,
ResponseHandler response)
Performs a OPTIONS request on the baseUri
|
E |
SyncHttpClient.options(String path,
List<NameValuePair> params,
ResponseHandler<?> response)
Performs a OPTIONS request on the baseUri
|
void |
AsyncHttpClient.patch(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a PATCH request on the baseUri
|
E |
SyncHttpClient.patch(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a PATCH request on the baseUri
|
void |
AsyncHttpClient.patch(List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a PATCH request on the baseUri
|
E |
SyncHttpClient.patch(List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler<?> response)
Performs a PATCH request on the baseUri
|
void |
AsyncHttpClient.patch(List<NameValuePair> params,
ResponseHandler response)
Performs a PATCH request on the baseUri
|
E |
SyncHttpClient.patch(List<NameValuePair> params,
ResponseHandler<?> response)
Performs a PATCH request on the baseUri
|
void |
AsyncHttpClient.patch(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a PATCH request on the baseUri
|
E |
SyncHttpClient.patch(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a PATCH request on the baseUri
|
void |
AsyncHttpClient.patch(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler response)
Performs a PATCH request on the baseUri
|
E |
SyncHttpClient.patch(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a PATCH request on the baseUri
|
void |
AsyncHttpClient.patch(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a PATCH request on the baseUri
|
E |
SyncHttpClient.patch(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler<?> response)
Performs a PATCH request on the baseUri
|
void |
AsyncHttpClient.patch(String path,
List<NameValuePair> params,
ResponseHandler response)
Performs a PATCH request on the baseUri
|
E |
SyncHttpClient.patch(String path,
List<NameValuePair> params,
ResponseHandler<?> response)
Performs a PATCH request on the baseUri
|
void |
AsyncHttpClient.post(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
void |
AsyncHttpClient.post(List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
void |
AsyncHttpClient.post(List<NameValuePair> params,
ResponseHandler response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(List<NameValuePair> params,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
void |
AsyncHttpClient.post(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
void |
AsyncHttpClient.post(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
void |
AsyncHttpClient.post(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
void |
AsyncHttpClient.post(String path,
List<NameValuePair> params,
ResponseHandler response)
Performs a POST request on the baseUri
|
E |
SyncHttpClient.post(String path,
List<NameValuePair> params,
ResponseHandler<?> response)
Performs a POST request on the baseUri
|
void |
AsyncHttpClient.put(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a PUT request on the baseUri
|
E |
SyncHttpClient.put(List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a PUT request on the baseUri
|
void |
AsyncHttpClient.put(List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a PUT request on the baseUri
|
E |
SyncHttpClient.put(List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler<?> response)
Performs a PUT request on the baseUri
|
void |
AsyncHttpClient.put(List<NameValuePair> params,
ResponseHandler response)
Performs a PUT request on the baseUri
|
E |
SyncHttpClient.put(List<NameValuePair> params,
ResponseHandler<?> response)
Performs a PUT request on the baseUri
|
void |
AsyncHttpClient.put(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler response)
Performs a PUT request on the baseUri
|
E |
SyncHttpClient.put(String path,
List<NameValuePair> params,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a PUT request on the baseUri
|
void |
AsyncHttpClient.put(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler response)
Performs a PUT request on the baseUri
|
E |
SyncHttpClient.put(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
okhttp3.Headers headers,
ResponseHandler<?> response)
Performs a PUT request on the baseUri
|
void |
AsyncHttpClient.put(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler response)
Performs a PUT request on the baseUri
|
E |
SyncHttpClient.put(String path,
List<NameValuePair> params,
okhttp3.RequestBody postData,
ResponseHandler<?> response)
Performs a PUT request on the baseUri
|
void |
AsyncHttpClient.put(String path,
List<NameValuePair> params,
ResponseHandler response)
Performs a PUT request on the baseUri
|
E |
SyncHttpClient.put(String path,
List<NameValuePair> params,
ResponseHandler<?> response)
Performs a PUT request on the baseUri
|
| Modifier and Type | Method and Description |
|---|---|
static Uri |
RequestUtil.appendParams(Uri uri,
List<NameValuePair> params)
Appends a list of KV params on to the end of a URI
|