|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AntAuthScope | Authentication scope |
| AntCredentials | Wraps up HttpClient credentials into an Ant tag |
| AntDeleteMethod | Perform HTTP DELETE method |
| AntGetMethod | Perform HTTP GET method |
| AntHeadMethod | Perform HTTP HEAD method |
| AntMultipartPostMethod | Perform HTTP POST method (multu-part message) |
| AntOptionsMethod | Perform HTTP OPTIONS method |
| AntPostMethod | Perform HTTP POST method |
| AntProxy | Wraps up HttpClient proxy into Ant tag |
| AntPutMethod | Perform HTTP PUT method |
| AntTraceMethod | Perform HTTP TRACE method |
| BaseAntMethod | Base class of methods hierarchy |
| BaseResponseAntMethod | provides basic methods for http-responce logging on top of base response moethod |
<echo>Login ...</echo>
<httppost url="http://localhost/login.do" loglevel="none"
>
<post name="username" value="me" />
<post name="password" value="superman" />
</httppost>
<echo>Importing some file ...</echo>
<httpmpost url="http://localhost/import.do" loglevel="content"
>
<postfile name="importFile" file="someFile.txt" />
<poststring name="import" value="Import" />
</httpmpost>
<echo>Getting import feedback ...</echo>
<httpget
url="http://localhost/importer/get_info.do"
loglevel="all" logFile="somefile.log"
>
</httpget>
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||