Uses of Class
org.apache.commons.httpclient.HttpMethodBase

Packages that use HttpMethodBase
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.methods Classes implementing HttpMethod for the base HTTP methods. 
 

Uses of HttpMethodBase in org.apache.commons.httpclient
 

Subclasses of HttpMethodBase in org.apache.commons.httpclient
 class ConnectMethod
          Wraps another method to tunnel through a proxy.
 

Uses of HttpMethodBase in org.apache.commons.httpclient.methods
 

Subclasses of HttpMethodBase in org.apache.commons.httpclient.methods
 class DeleteMethod
          Implements the HTTP DELETE specification.
 class EntityEnclosingMethod
          This abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests
 class ExpectContinueMethod
           This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake.
 class GetMethod
          Implements the HTTP GET specification.
 class HeadMethod
          Implements the HTTP HEAD specification.
 class MultipartPostMethod
          POST Method for Multipart encoded forms.
 class OptionsMethod
          Implements the HTTP OPTIONS specification.
 class PostMethod
          Implements the HTTP POST specification.
 class PutMethod
          Implements the HTTP PUT specification.
 class TraceMethod
          Implements the HTTP TRACE specification.
 class UrlDeleteMethod
          Deprecated. use DeleteMethod
 class UrlGetMethod
          Deprecated. use GetMethod
 class UrlHeadMethod
          Deprecated. use HeadMethod
 class UrlOptionsMethod
          Deprecated. use OptionsMethod
 class UrlPostMethod
          Deprecated. use PostMethod
 class UrlPutMethod
          Deprecated. use PutMethod
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.