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

Packages that use RequestWrapper
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

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

Subclasses of RequestWrapper in org.apache.http.impl.client
 class EntityEnclosingRequestWrapper
          A wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request without modifying the original object.
 

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

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

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

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



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.