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

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

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

Subclasses of GetMethod in org.apache.commons.httpclient.methods
 class MultipartPostMethod
          POST Method for Multipart encoded forms.
 class PostMethod
          POST Method.
 class UrlGetMethod
          Deprecated. use GetMethod
 class UrlPostMethod
          Deprecated. use PostMethod
 



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