Uses of Class
org.apache.http.client.methods.HttpRequestWrapper
-
Packages that use HttpRequestWrapper Package Description org.apache.http.client.methods Standard HTTP method implementations.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of HttpRequestWrapper in org.apache.http.client.methods
Methods in org.apache.http.client.methods that return HttpRequestWrapper Modifier and Type Method Description static HttpRequestWrapper
HttpRequestWrapper. wrap(org.apache.http.HttpRequest request)
Creates a mutable wrapper of the original request.static HttpRequestWrapper
HttpRequestWrapper. wrap(org.apache.http.HttpRequest request, org.apache.http.HttpHost target)
Creates a mutable wrapper of the original request. -
Uses of HttpRequestWrapper in org.apache.http.impl.execchain
-