Class AtcHttpPostHandler
java.lang.Object
com.mycompany.abapci.AdtCommunication.AHttpPostHandler
com.mycompany.abapci.AdtCommunication.AtcHttpPostHandler
- All Implemented Interfaces:
IHttpPostHandler
public class AtcHttpPostHandler extends AHttpPostHandler
- Author:
- Andreas Gautsch
-
Field Summary
Fields inherited from class com.mycompany.abapci.AdtCommunication.AHttpPostHandler
_listener, _sapPackageName
-
Constructor Summary
Constructors Constructor Description AtcHttpPostHandler(SapConnectionInfo sapConnectionInfo, String sapPackageName, TaskListener listener, String atcVariant)
-
Method Summary
Modifier and Type Method Description protected org.apache.http.HttpResponse
postRequest(AdtInitialConnectionReponseHeaders adtInitialConnectionResponseHeaders)
Methods inherited from class com.mycompany.abapci.AdtCommunication.AHttpPostHandler
AddHeaderForHttpPostRequest, BuildHttpUrl, execute, executeWithToken
-
Constructor Details
-
AtcHttpPostHandler
public AtcHttpPostHandler(SapConnectionInfo sapConnectionInfo, String sapPackageName, TaskListener listener, String atcVariant)
-
-
Method Details
-
postRequest
protected org.apache.http.HttpResponse postRequest(AdtInitialConnectionReponseHeaders adtInitialConnectionResponseHeaders) throws MalformedURLException, IOException- Throws:
MalformedURLException
IOException
-