Uses of Class
org.apache.http.client.methods.HttpRequestWrapper
Packages that use HttpRequestWrapper
Package
Description
Standard HTTP method implementations.
HTTP request execution chain APIs.
-
Uses of HttpRequestWrapper in org.apache.http.client.methods
Methods in org.apache.http.client.methods that return HttpRequestWrapperModifier and TypeMethodDescriptionstatic HttpRequestWrapper
HttpRequestWrapper.wrap
(org.apache.http.HttpRequest request) Creates a mutable wrapper of the original request.static HttpRequestWrapper
HttpRequestWrapper.wrap
(org.apache.http.HttpRequest request, org.apache.http.HttpHost target) Creates a mutable wrapper of the original request. -
Uses of HttpRequestWrapper in org.apache.http.impl.execchain
Methods in org.apache.http.impl.execchain with parameters of type HttpRequestWrapperModifier and TypeMethodDescriptionBackoffStrategyExec.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware) ClientExecChain.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext clientContext, HttpExecutionAware execAware) Executes th request either by transmitting it to the target server or by passing it onto the next executor in the request execution chain.MainClientExec.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware) MinimalClientExec.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware) ProtocolExec.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware) RedirectExec.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware) RetryExec.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware) ServiceUnavailableRetryExec.execute
(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)