|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpResponse | |
|---|---|
| org.sakaiproject.entitybroker.util.http | |
| Uses of HttpResponse in org.sakaiproject.entitybroker.util.http |
|---|
| Methods in org.sakaiproject.entitybroker.util.http that return HttpResponse | |
|---|---|
static HttpResponse |
HttpRESTUtils.fireRequest(HttpClientWrapper httpClientWrapper,
String URL,
HttpRESTUtils.Method method,
Map<String,String> params,
Map<String,String> headers,
Object data,
boolean guaranteeSSL)
Fire off a request to a URL using the specified method but reuse the client for efficiency, include optional params and data in the request, the response data will be returned in the object if the request can be carried out |
static HttpResponse |
HttpRESTUtils.fireRequest(HttpClientWrapper httpClientWrapper,
String URL,
HttpRESTUtils.Method method,
Map<String,String> params,
Object data,
boolean guaranteeSSL)
Fire off a request to a URL using the specified method but reuse the client for efficiency, include optional params and data in the request, the response data will be returned in the object if the request can be carried out |
static HttpResponse |
HttpRESTUtils.fireRequest(String URL,
HttpRESTUtils.Method method)
Fire off a request to a URL using the specified method, include optional params and data in the request, the response data will be returned in the object if the request can be carried out |
static HttpResponse |
HttpRESTUtils.fireRequest(String URL,
HttpRESTUtils.Method method,
Map<String,String> params)
Fire off a request to a URL using the specified method, include optional params and data in the request, the response data will be returned in the object if the request can be carried out |
static HttpResponse |
HttpRESTUtils.fireRequest(String URL,
HttpRESTUtils.Method method,
Map<String,String> params,
Map<String,String> headers,
Object data,
boolean guaranteeSSL)
Fire off a request to a URL using the specified method, include optional params, headers, and data in the request, the response data will be returned in the object if the request can be carried out |
static HttpResponse |
HttpRESTUtils.fireRequest(String URL,
HttpRESTUtils.Method method,
Map<String,String> params,
Object data,
boolean guaranteeSSL)
Fire off a request to a URL using the specified method, include optional params and data in the request, the response data will be returned in the object if the request can be carried out |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||