Removed Methods
|
HttpResponse execute(RoutedRequest )
|
Executes a request along the given route using the
default context. |
HttpResponse execute(RoutedRequest, HttpContext)
|
Executes a request along the given route. |
HttpResponse execute(HttpUriRequest )
|
Executes a request using the
default context. |
HttpResponse execute(HttpUriRequest, HttpContext)
|
Executes a request using the given context. |
HttpContext getDefaultContext()
|
Obtains the default context used by this client populated with
default attributes. |
Added Methods
|
T execute(HttpHost, HttpRequest, ResponseHandler<?, extends, T>)
|
Executes a request to the target using the default context and
processes the response using the given response handler. |
T execute(HttpHost, HttpRequest, ResponseHandler<?, extends, T>, HttpContext)
|
Executes a request to the target using the given context and
processes the response using the given response handler. |
T execute(HttpUriRequest, ResponseHandler<?, extends, T>)
|
Executes a request using the default context and processes the
response using the given response handler. |
T execute(HttpUriRequest, ResponseHandler<?, extends, T>, HttpContext)
|
Executes a request using the given context and processes the
response using the given response handler. |
HttpResponse execute(HttpHost, HttpRequest)
|
Executes a request to the target using the default context. |
HttpResponse execute(HttpHost, HttpRequest, HttpContext)
|
Executes a request to the target using the given context. |
HttpResponse execute(HttpUriRequest )
|
Executes a request using the default context. |
HttpResponse execute(HttpUriRequest, HttpContext)
|
Executes a request using the given context. |