Uses of Class
org.apache.http.client.methods.HttpRequestWrapper

Packages that use HttpRequestWrapper
org.apache.http.client.methods Standard HTTP method implementations. 
org.apache.http.impl.execchain HTTP request execution chain APIs. 
 

Uses of HttpRequestWrapper in org.apache.http.client.methods
 

Methods in org.apache.http.client.methods that return HttpRequestWrapper
static 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 HttpRequestWrapper
 CloseableHttpResponse 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.
 CloseableHttpResponse RetryExec.execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
           
 CloseableHttpResponse ProtocolExec.execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
           
 CloseableHttpResponse RedirectExec.execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
           
 CloseableHttpResponse BackoffStrategyExec.execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
           
 CloseableHttpResponse MinimalClientExec.execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
           
 CloseableHttpResponse MainClientExec.execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
           
 CloseableHttpResponse ServiceUnavailableRetryExec.execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware)
           
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.