Uses of Class
org.sakaiproject.entitybroker.util.http.HttpClientWrapper
-
Packages that use HttpClientWrapper Package Description org.sakaiproject.entitybroker.util.http -
-
Uses of HttpClientWrapper in org.sakaiproject.entitybroker.util.http
Methods in org.sakaiproject.entitybroker.util.http that return HttpClientWrapper Modifier and Type Method Description static HttpClientWrapperHttpRESTUtils. makeReusableHttpClient(boolean multiThreaded, int idleConnectionTimeout, Cookie[] cookies)Generates a reusable http client wrapper which can be given toHttpRESTUtils.fireRequest(HttpClientWrapper, String, Method, Map, Object, boolean)as an efficiency mechanismMethods in org.sakaiproject.entitybroker.util.http with parameters of type HttpClientWrapper Modifier and Type Method Description static HttpResponseHttpRESTUtils. 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 outstatic HttpResponseHttpRESTUtils. 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
-