Uses of Class
org.apache.http.client.methods.HttpRequestBase

Packages that use HttpRequestBase
org.apache.http.client.methods Request implementations for the various HTTP methods like GET and POST. 
 

Uses of HttpRequestBase in org.apache.http.client.methods
 

Subclasses of HttpRequestBase in org.apache.http.client.methods
 class HttpDelete
          HTTP DELETE method
 class HttpEntityEnclosingRequestBase
          Basic implementation of an entity enclosing HTTP request that can be modified
 class HttpGet
          HTTP GET method.
 class HttpHead
          HTTP HEAD method.
 class HttpOptions
          HTTP OPTIONS method.
 class HttpPost
          HTTP POST method.
 class HttpPut
          HTTP PUT method.
 class HttpTrace
          HTTP TRACE method.
 



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