Package org.apache.http.client.methods

Request implementations for the various HTTP methods like GET and POST.

See:
          Description

Interface Summary
AbortableHttpRequest Deprecated. (4.3) use HttpExecutionAware
CloseableHttpResponse Extended version of the HttpResponse interface that also extends Closeable.
Configurable Configuration interface for HTTP requests.
HttpExecutionAware Interface to be implemented by any object that wishes to be notified of request execution events.
HttpUriRequest Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
 

Class Summary
AbstractExecutionAwareRequest  
HttpDelete HTTP DELETE method
HttpEntityEnclosingRequestBase Basic implementation of an entity enclosing HTTP request that can be modified
HttpGet HTTP GET method.
HttpHead HTTP HEAD method.
HttpOptions HTTP OPTIONS method.
HttpPatch HTTP PATCH method.
HttpPost HTTP POST method.
HttpPut HTTP PUT method.
HttpRequestBase Base implementation of HttpUriRequest.
HttpRequestWrapper A wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object.
HttpTrace HTTP TRACE method.
RequestBuilder  
 

Package org.apache.http.client.methods Description

Request implementations for the various HTTP methods like GET and POST.



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.