Uses of Interface
org.apache.http.client.methods.HttpUriRequest
Packages that use HttpUriRequest
Package
Description
Client HTTP communication APIs.
Standard HTTP method implementations.
Default HTTP client implementation.
-
Uses of HttpUriRequest in org.apache.http.client
Methods in org.apache.http.client that return HttpUriRequestModifier and TypeMethodDescriptionRedirectStrategy.getRedirect(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Determines the redirect location given the response from the target server and the current request execution context and generates a new request to be sent to the location.Methods in org.apache.http.client with parameters of type HttpUriRequestModifier and TypeMethodDescriptionorg.apache.http.HttpResponseHttpClient.execute(HttpUriRequest request) Executes HTTP request using the default context.<T> THttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler) Executes HTTP request using the default context and processes the response using the given response handler.<T> THttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context and processes the response using the given response handler.org.apache.http.HttpResponseHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context. -
Uses of HttpUriRequest in org.apache.http.client.methods
Classes in org.apache.http.client.methods that implement HttpUriRequestModifier and TypeClassDescriptionclassHTTP DELETE methodclassBasic implementation of an entity enclosing HTTP request that can be modifiedclassHTTP GET method.classHTTP HEAD method.classHTTP OPTIONS method.classHTTP PATCH method.classHTTP POST method.classHTTP PUT method.classBase implementation ofHttpUriRequest.classA wrapper class forHttpRequestthat can be used to change properties of the current request without modifying the original object.(package private) static classclassHTTP TRACE method.(package private) static class(package private) static classMethods in org.apache.http.client.methods that return HttpUriRequest -
Uses of HttpUriRequest in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement HttpUriRequestModifier and TypeClassDescriptionclassDeprecated.(4.3) do not use.classDeprecated.(4.3) do not use.Fields in org.apache.http.impl.client declared as HttpUriRequestModifier and TypeFieldDescriptionprivate final HttpUriRequestHttpRequestFutureTask.requestprivate final HttpUriRequestHttpRequestTaskCallable.requestMethods in org.apache.http.impl.client that return HttpUriRequestModifier and TypeMethodDescriptionDefaultRedirectStrategy.getRedirect(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) DefaultRedirectStrategyAdaptor.getRedirect(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.Methods in org.apache.http.impl.client with parameters of type HttpUriRequestModifier and TypeMethodDescriptionprivate static org.apache.http.HttpHostCloseableHttpClient.determineTarget(HttpUriRequest request) org.apache.http.HttpResponseAutoRetryHttpClient.execute(HttpUriRequest request) Deprecated.<T> TAutoRetryHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler) Deprecated.<T> TAutoRetryHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Deprecated.org.apache.http.HttpResponseAutoRetryHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context) Deprecated.CloseableHttpClient.execute(HttpUriRequest request) Executes HTTP request using the default context.<T> TCloseableHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler) Executes a request using the default context and processes the response using the given response handler.<T> TCloseableHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Executes a request using the default context and processes the response using the given response handler.CloseableHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context) Executes HTTP request using the given context.org.apache.http.HttpResponseDecompressingHttpClient.execute(HttpUriRequest request) Deprecated.<T> TDecompressingHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler) Deprecated.<T> TDecompressingHttpClient.execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, org.apache.http.protocol.HttpContext context) Deprecated.org.apache.http.HttpResponseDecompressingHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context) Deprecated.<T> HttpRequestFutureTask<T> FutureRequestExecutionService.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context, ResponseHandler<T> responseHandler) Schedule a request for execution.<T> HttpRequestFutureTask<T> FutureRequestExecutionService.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context, ResponseHandler<T> responseHandler, org.apache.http.concurrent.FutureCallback<T> callback) Schedule a request for execution.(package private) org.apache.http.HttpHostDecompressingHttpClient.getHttpHost(HttpUriRequest request) Deprecated.Constructors in org.apache.http.impl.client with parameters of type HttpUriRequestModifierConstructorDescriptionHttpRequestFutureTask(HttpUriRequest request, HttpRequestTaskCallable<V> httpCallable) (package private)HttpRequestTaskCallable(HttpClient httpClient, HttpUriRequest request, org.apache.http.protocol.HttpContext context, ResponseHandler<V> responseHandler, org.apache.http.concurrent.FutureCallback<V> callback, FutureRequestExecutionMetrics metrics)