Uses of Class
org.apache.http.impl.client.RequestWrapper
Packages that use RequestWrapper
-
Uses of RequestWrapper in org.apache.http.impl.client
Subclasses of RequestWrapper in org.apache.http.impl.clientModifier and TypeClassDescriptionclass
Deprecated.(4.3) do not use.Fields in org.apache.http.impl.client declared as RequestWrapperModifier and TypeFieldDescriptionprotected final RequestWrapper
RoutedRequest.request
Deprecated.Methods in org.apache.http.impl.client that return RequestWrapperMethods in org.apache.http.impl.client with parameters of type RequestWrapperModifier and TypeMethodDescriptionprotected void
DefaultRequestDirector.rewriteRequestURI
(RequestWrapper request, HttpRoute route) Deprecated.Constructors in org.apache.http.impl.client with parameters of type RequestWrapperModifierConstructorDescriptionRoutedRequest
(RequestWrapper req, HttpRoute route) Deprecated.Creates a new routed request.