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 TypeClassDescriptionclassDeprecated.(4.3) do not use.Fields in org.apache.http.impl.client declared as RequestWrapperModifier and TypeFieldDescriptionprotected final RequestWrapperRoutedRequest.requestDeprecated.Methods in org.apache.http.impl.client that return RequestWrapperModifier and TypeMethodDescriptionfinal RequestWrapperRoutedRequest.getRequest()Deprecated.private RequestWrapperDefaultRequestDirector.wrapRequest(org.apache.http.HttpRequest request) Deprecated.Methods in org.apache.http.impl.client with parameters of type RequestWrapperModifier and TypeMethodDescriptionprotected voidDefaultRequestDirector.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.