Uses of Interface
org.apache.http.client.methods.AbortableHttpRequest

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

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

Classes in org.apache.http.client.methods that implement AbortableHttpRequest
 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 © 2000-2007 Apache Software Foundation. All Rights Reserved.