* refactoring started

* performance optimization through multithreading
* added duration for the proposed calls
This commit is contained in:
AZ
2017-01-15 18:04:45 +01:00
parent e375423b21
commit deae4945b4
26 changed files with 803 additions and 512 deletions
@@ -9,7 +9,7 @@ public class GetTransferResponse extends AbstractResponse {
private Bundle[] transferBundle;
public static GetTransferResponse create(Bundle[] transferBundle) {
public static GetTransferResponse create(Bundle[] transferBundle, long duration) {
GetTransferResponse res = new GetTransferResponse();
res.transferBundle = transferBundle;
return res;