Uses of Class
org.apache.http.impl.client.RequestWrapper
| Package | Description |
|---|---|
| org.apache.http.impl.client |
-
Uses of RequestWrapper in org.apache.http.impl.client
Subclasses of RequestWrapper in org.apache.http.impl.client Modifier and Type Class Description classEntityEnclosingRequestWrapperA wrapper class forHttpEntityEnclosingRequests 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 Modifier and Type Field Description protected RequestWrapperRoutedRequest. requestMethods in org.apache.http.impl.client that return RequestWrapper Modifier and Type Method Description RequestWrapperRoutedRequest. getRequest()Methods in org.apache.http.impl.client with parameters of type RequestWrapper Modifier and Type Method Description protected voidDefaultRequestDirector. rewriteRequestURI(RequestWrapper request, HttpRoute route)Constructors in org.apache.http.impl.client with parameters of type RequestWrapper Constructor Description RoutedRequest(RequestWrapper req, HttpRoute route)Creates a new routed request.