Uses of Class
org.apache.http.impl.client.RequestWrapper
-
Packages that use RequestWrapper Package Description 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 Modifier and Type Class Description class
EntityEnclosingRequestWrapper
Deprecated.(4.3) do not use.Fields in org.apache.http.impl.client declared as RequestWrapper Modifier and Type Field Description protected RequestWrapper
RoutedRequest. request
Deprecated.Methods in org.apache.http.impl.client that return RequestWrapper Modifier and Type Method Description RequestWrapper
RoutedRequest. getRequest()
Deprecated.Methods in org.apache.http.impl.client with parameters of type RequestWrapper Modifier and Type Method Description protected void
DefaultRequestDirector. rewriteRequestURI(RequestWrapper request, HttpRoute route)
Deprecated.Constructors in org.apache.http.impl.client with parameters of type RequestWrapper Constructor Description RoutedRequest(RequestWrapper req, HttpRoute route)
Deprecated.Creates a new routed request.
-