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 and entry point to the HttpClient module. 
org.apache.http.client.methods Request implementations for the various HTTP methods like GET and POST. 
org.apache.http.impl.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 donw the underying HTTP connection.
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 © 2000-2007 Apache Software Foundation. All Rights Reserved.