| Package | Description |
|---|---|
| com.clicksend.http.client | |
| com.clicksend.http.request |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
UnirestClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP DELETE request with parameters
|
HttpRequest |
HttpClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP DELETE request with parameters
|
HttpRequest |
UnirestClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP DELETE request with parameters and with basic authentication
|
HttpRequest |
HttpClient.delete(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP DELETE request with parameters and with basic authentication
|
HttpRequest |
UnirestClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create a simple HTTP GET request
|
HttpRequest |
HttpClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create a simple HTTP GET request
|
HttpRequest |
UnirestClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create a simple HTTP GET request with basic authentication
|
HttpRequest |
HttpClient.get(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create a simple HTTP GET request with basic authentication
|
HttpRequest |
HttpContext.getRequest()
Getter for the Http Request
|
HttpRequest |
UnirestClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP PATCH request with parameters
|
HttpRequest |
HttpClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP PATCH request with parameters
|
HttpRequest |
UnirestClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP PATCH request with parameters and with basic authentication
|
HttpRequest |
HttpClient.patch(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP PATCH request with parameters and with basic authentication
|
HttpRequest |
UnirestClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP POST request with parameters
|
HttpRequest |
HttpClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP POST request with parameters
|
HttpRequest |
UnirestClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP POST request with parameters and with basic authentication
|
HttpRequest |
HttpClient.post(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP POST request with parameters and with basic authentication
|
HttpRequest |
UnirestClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP PUT request with parameters
|
HttpRequest |
HttpClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters)
Create an HTTP PUT request with parameters
|
HttpRequest |
UnirestClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP PUT request with parameters and with basic authentication
|
HttpRequest |
HttpClient.put(String _queryUrl,
Map<String,String> _headers,
Map<String,Object> _parameters,
String _username,
String _password)
Create an HTTP PUT request with parameters and with basic authentication
|
| Modifier and Type | Method and Description |
|---|---|
protected static com.mashape.unirest.request.HttpRequest |
UnirestClient.convertRequest(HttpRequest request)
Converts a given internal http request into unirest http request model
|
HttpResponse |
UnirestClient.executeAsBinary(HttpRequest request)
Execute a given HttpRequest to get binary response back
|
HttpResponse |
HttpClient.executeAsBinary(HttpRequest request)
Execute a given HttpRequest to get binary response back
|
void |
UnirestClient.executeAsBinaryAsync(HttpRequest request,
APICallBack<HttpResponse> callBack)
Execute a given HttpRequest to get binary response back
|
void |
HttpClient.executeAsBinaryAsync(HttpRequest request,
APICallBack<HttpResponse> callBack)
Execute a given HttpRequest to get binary response back
|
HttpResponse |
UnirestClient.executeAsString(HttpRequest request)
Execute a given HttpRequest to get string response back
|
HttpResponse |
HttpClient.executeAsString(HttpRequest request)
Execute a given HttpRequest to get string response back
|
void |
UnirestClient.executeAsStringAsync(HttpRequest request,
APICallBack<HttpResponse> callBack)
Execute a given HttpRequest to get string response back
|
void |
HttpClient.executeAsStringAsync(HttpRequest request,
APICallBack<HttpResponse> callBack)
Execute a given HttpRequest to get string response back
|
void |
HttpCallBack.OnBeforeRequest(HttpRequest request)
Callback called just before the HTTP request is sent
|
protected static void |
UnirestClient.publishResponse(com.mashape.unirest.http.HttpResponse<?> response,
HttpRequest request,
APICallBack<HttpResponse> completionBlock,
com.mashape.unirest.http.exceptions.UnirestException uniException)
Publishes success or failure result as HttpResponse from a HttpRequest
|
| Constructor and Description |
|---|
HttpContext(HttpRequest request,
HttpResponse response) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpBodyRequest |
Copyright © 2017. All rights reserved.