Uses of Package
org.apache.http.client.methods

Packages that use org.apache.http.client.methods
org.apache.http.client The API for client-side HTTP communication. 
org.apache.http.client.methods Request implementations for the various HTTP methods like GET and POST. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Classes in org.apache.http.client.methods used by org.apache.http.client
HttpUriRequest
          Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
 

Classes in org.apache.http.client.methods used by org.apache.http.client.methods
AbortableHttpRequest
          Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.
HttpEntityEnclosingRequestBase
          Basic implementation of an entity enclosing HTTP request that can be modified
HttpRequestBase
          Basic implementation of an HTTP request that can be modified.
HttpUriRequest
          Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
 

Classes in org.apache.http.client.methods used by org.apache.http.impl.client
HttpUriRequest
          Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.