|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseHandler | |
---|---|
org.apache.http.client | Client HTTP communication APIs. |
org.apache.http.impl.client | Default HTTP client implementation. |
Uses of ResponseHandler in org.apache.http.client |
---|
Methods in org.apache.http.client with parameters of type ResponseHandler | ||
---|---|---|
|
HttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler)
Executes HTTP request to the target using the default context and processes the response using the given response handler. |
|
|
HttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Executes HTTP request to the target using the given context and processes the response using the given response handler. |
|
|
HttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler)
Executes HTTP request using the default context and processes the response using the given response handler. |
|
|
HttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Executes HTTP request 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 | |
---|---|
class |
AbstractResponseHandler<T>
A generic ResponseHandler that works with the response entity
for successful (2xx) responses. |
class |
BasicResponseHandler
A ResponseHandler that returns the response body as a String
for successful (2xx) responses. |
Methods in org.apache.http.impl.client with parameters of type ResponseHandler | ||
---|---|---|
|
AutoRetryHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler)
Deprecated. |
|
|
DecompressingHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler)
Deprecated. |
|
|
CloseableHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler)
Executes a request using the default context and processes the response using the given response handler. |
|
|
AutoRetryHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Deprecated. |
|
|
DecompressingHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Deprecated. |
|
|
CloseableHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Executes a request using the default context and processes the response using the given response handler. |
|
|
FutureRequestExecutionService.execute(HttpUriRequest request,
org.apache.http.protocol.HttpContext context,
ResponseHandler<T> responseHandler)
Schedule a request for execution. |
|
|
FutureRequestExecutionService.execute(HttpUriRequest request,
org.apache.http.protocol.HttpContext context,
ResponseHandler<T> responseHandler,
org.apache.http.concurrent.FutureCallback<T> callback)
Schedule a request for execution. |
|
|
AutoRetryHttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler)
Deprecated. |
|
|
DecompressingHttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler)
Deprecated. |
|
|
CloseableHttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler)
Executes a request using the default context and processes the response using the given response handler. |
|
|
AutoRetryHttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Deprecated. |
|
|
DecompressingHttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Deprecated. |
|
|
CloseableHttpClient.execute(HttpUriRequest request,
ResponseHandler<? extends T> responseHandler,
org.apache.http.protocol.HttpContext context)
Executes a request using the default context and processes the response using the given response handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |