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

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

Subclasses of GetMethod in org.apache.commons.httpclient.methods
 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 MultipartPostMethod
          Implements the HTTP multipart POST method.
 class PostMethod
          Implements the HTTP POST method.
 class PutMethod
          Implements the HTTP PUT method.
 class UrlGetMethod
          Deprecated. use GetMethod
 class UrlPostMethod
          Deprecated. use PostMethod
 class UrlPutMethod
          Deprecated. use PutMethod
 



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