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.HttpResponse
execute()
org.apache.http.HttpResponse
executeWithToken()
-
Method Details
-
execute
- Throws:
MalformedURLException
IOException
-
executeWithToken
org.apache.http.HttpResponse executeWithToken() throws MalformedURLException, IOException, HttpCsrfTokenOrCookieCouldNotBeRetrievedException
-