Interface IHttpPostHandler
- All Known Implementing Classes:
 AHttpPostHandler,AtcHttpPostHandler,CoverageHttpPostHandler,UnittestHttpPostHandler
public interface IHttpPostHandler
- Author:
 - Andreas Gautsch
 
- 
Method Summary
Modifier and Type Method Description org.apache.http.HttpResponseexecute()org.apache.http.HttpResponseexecuteWithToken() 
- 
Method Details
- 
execute
- Throws:
 MalformedURLExceptionIOException
 - 
executeWithToken
org.apache.http.HttpResponse executeWithToken() throws MalformedURLException, IOException, HttpCsrfTokenOrCookieCouldNotBeRetrievedException 
 -