Uses of Class
com.identity4j.util.http.HttpPair
-
Packages that use HttpPair Package Description com.identity4j.util.http com.identity4j.util.http.request -
-
Uses of HttpPair in com.identity4j.util.http
Methods in com.identity4j.util.http that return HttpPair Modifier and Type Method Description static HttpPairHttp. getHeader(HttpResponse resp, String name)Methods in com.identity4j.util.http that return types with arguments of type HttpPair Modifier and Type Method Description List<HttpPair>HttpResponse. headers()Methods in com.identity4j.util.http with parameters of type HttpPair Modifier and Type Method Description HttpResponseHttpProviderClient. delete(String uri, HttpPair... headers)static StringHttp. encodeParameters(HttpPair... params)HttpResponseHttpProviderClient. get(String uri, HttpPair... header)HttpResponseHttpProviderClient. patch(String uri, String data, HttpPair... headers)HttpResponseHttpProviderClient. post(String uri, HttpData data, HttpPair... header)HttpResponseHttpProviderClient. post(String uri, String data, HttpPair... header)HttpResponseHttpProviderClient. post(String uri, Collection<HttpPair> parameters, HttpPair... header)HttpResponseHttpProviderClient. put(String uri, HttpData data, HttpPair... headers)HttpResponseHttpProviderClient. put(String uri, String data, HttpPair... headers)Method parameters in com.identity4j.util.http with type arguments of type HttpPair Modifier and Type Method Description HttpResponseHttpProviderClient. post(String uri, Collection<HttpPair> parameters, HttpPair... header) -
Uses of HttpPair in com.identity4j.util.http.request
Methods in com.identity4j.util.http.request with parameters of type HttpPair Modifier and Type Method Description HttpResponseHttpRequestHandler. handleRequestDelete(URI uri, HttpPair... headers)Performs HTTP DELETE request.HttpResponseHttpRequestHandler. handleRequestGet(URI uri, HttpPair... header)Performs HTTP GET request.HttpResponseHttpRequestHandler. handleRequestPatch(URI uri, String data, HttpPair... headers)Performs HTTP PATCH request.HttpResponseHttpRequestHandler. handleRequestPost(URI uri, String data, HttpPair... header)Performs HTTP POST request.HttpResponseHttpRequestHandler. handleRequestPut(URI uri, String data, HttpPair... headers)Performs HTTP PUT request.
-