Uses of Class
org.apache.commons.httpclient.methods.EntityEnclosingMethod

Packages that use EntityEnclosingMethod
org.apache.commons.httpclient.methods Classes implementing HttpMethod for the base HTTP methods. 
 

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

Subclasses of EntityEnclosingMethod in org.apache.commons.httpclient.methods
 class PostMethod
          Implements the HTTP POST method.
 class PutMethod
          Implements the HTTP PUT method.
 class UrlPostMethod
          Deprecated. use PostMethod
 class UrlPutMethod
          Deprecated. use PutMethod
 



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