Uses of Interface
org.apache.commons.httpclient.HttpUrlMethod

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

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

Classes in org.apache.commons.httpclient.methods that implement HttpUrlMethod
 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-2004 Apache Software Foundation. All Rights Reserved.