Uses of Class
org.apache.http.impl.client.RequestWrapper

Packages that use RequestWrapper
org.apache.http.impl.client Default HTTP client implementation. 
 

Uses of RequestWrapper in org.apache.http.impl.client
 

Subclasses of RequestWrapper in org.apache.http.impl.client
 class EntityEnclosingRequestWrapper
          Deprecated. (4.3) do not use.
 

Fields in org.apache.http.impl.client declared as RequestWrapper
protected  RequestWrapper RoutedRequest.request
          Deprecated.  
 

Methods in org.apache.http.impl.client that return RequestWrapper
 RequestWrapper RoutedRequest.getRequest()
          Deprecated.  
 

Methods in org.apache.http.impl.client with parameters of type RequestWrapper
protected  void DefaultRequestDirector.rewriteRequestURI(RequestWrapper request, HttpRoute route)
          Deprecated.  
 

Constructors in org.apache.http.impl.client with parameters of type RequestWrapper
RoutedRequest(RequestWrapper req, HttpRoute route)
          Deprecated. Creates a new routed request.
 



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