public interface ClientTransport
| Modifier and Type | Method and Description |
|---|---|
BackupAgentResponse |
executeGET(String sURL)
Execute assigned sURL using current transport and return result as byte array.
|
BackupAgentResponse |
executePOST(String sURL,
String postData)
Execute assigned sURL using current transport and return result as byte array.
|
BackupAgentResponse executePOST(String sURL, String postData) throws IOException, BackupExecuteException
sURL - String form of URL to execute.postData - data for post request.IOException - any transport exception.BackupExecuteException - other internal exception.BackupAgentResponse executeGET(String sURL) throws IOException, BackupExecuteException
sURL - String form of URL to execute, GET method.IOException - any transport exception.BackupExecuteException - other internal exception.Copyright © 2016 eXo Platform SAS. All Rights Reserved.