Uses of Class
net.sf.fikin.ant.httpclientanttask.BaseAntMethod

Packages that use BaseAntMethod
net.sf.fikin.ant.httpclientanttask Tasks for HTTP-operations based on Jakrata's HttpClient library 
 

Uses of BaseAntMethod in net.sf.fikin.ant.httpclientanttask
 

Subclasses of BaseAntMethod in net.sf.fikin.ant.httpclientanttask
 class AntDeleteMethod
          Perform HTTP DELETE method
 class AntGetMethod
          Perform HTTP GET method
 class AntHeadMethod
          Perform HTTP HEAD method
 class AntMultipartPostMethod
          Perform HTTP POST method (multu-part message)
 class AntOptionsMethod
          Perform HTTP OPTIONS method
 class AntPostMethod
          Perform HTTP POST method
 class AntPutMethod
          Perform HTTP PUT method
 class AntTraceMethod
          Perform HTTP TRACE method
 class BaseResponseAntMethod
          provides basic methods for http-responce logging on top of base response moethod
 



Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.