Uses of Interface
org.apache.http.client.ResponseHandler
| Package | Description |
|---|---|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.impl.client |
-
Uses of ResponseHandler in org.apache.http.client
Methods in org.apache.http.client with parameters of type ResponseHandler Modifier and Type Method Description <T> THttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler)Executes a request using the default context and processes the response using the given response handler.<T> THttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)Executes a request using the given context and processes the response using the given response handler.<T> THttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler)Executes a request to the target using the default context and processes the response using the given response handler.<T> THttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)Executes a request to the target using the given context and processes the response using the given response handler. -
Uses of ResponseHandler in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement ResponseHandler Modifier and Type Class Description classBasicResponseHandlerAResponseHandlerthat returns the response body as a String for successful (2xx) responses.Methods in org.apache.http.impl.client with parameters of type ResponseHandler Modifier and Type Method Description <T> TAbstractHttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler)<T> TAbstractHttpClient. execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)<T> TAbstractHttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler)<T> TAbstractHttpClient. execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)