Package | Description |
---|---|
com.equilibrium | |
com.equilibrium.services | |
com.equilibrium.services.contexts |
Modifier and Type | Method and Description |
---|---|
UploadContext |
UploadManager.start(File file,
StateChangeDelegate<UploadContext> onStateChange) |
UploadContext |
UploadManager.start(String name,
String path,
StateChangeDelegate<UploadContext> onStateChange) |
Modifier and Type | Method and Description |
---|---|
List<UploadContext> |
UploadManager.getUploadContexts() |
Modifier and Type | Method and Description |
---|---|
void |
UploadManager.start(UploadContext uploadContext,
StateChangeDelegate<UploadContext> onStateChange) |
Modifier and Type | Method and Description |
---|---|
UploadContext |
UploadManager.start(File file,
StateChangeDelegate<UploadContext> onStateChange) |
UploadContext |
UploadManager.start(String name,
String path,
StateChangeDelegate<UploadContext> onStateChange) |
void |
UploadManager.start(UploadContext uploadContext,
StateChangeDelegate<UploadContext> onStateChange) |
Modifier and Type | Method and Description |
---|---|
Upload |
UploadService.beginUpload(UploadContext uploadContext) |
EQAsyncTask<Upload> |
UploadService.beginUpload(UploadContext uploadContext,
ResponseDelegate<Upload> responseDelegate) |
Upload |
UploadService.getUpload(UploadContext uploadContext) |
EQAsyncTask<Upload> |
UploadService.getUpload(UploadContext uploadContext,
ResponseDelegate<Upload> responseDelegate) |
UploadProgress |
UploadService.uploadChunk(UploadContext uploadContext,
UploadChunk uploadChunk,
byte[] chunk) |
EQAsyncTask<UploadProgress> |
UploadService.uploadChunk(UploadContext uploadContext,
UploadChunk uploadChunk,
byte[] chunk,
ResponseDelegate<UploadProgress> responseDelegate) |
Modifier and Type | Method and Description |
---|---|
StateChangeDelegate<UploadContext> |
UploadContext.getOnStateChange() |
Modifier and Type | Method and Description |
---|---|
void |
UploadContext.setOnStateChange(StateChangeDelegate<UploadContext> onStateChange) |
Copyright © 2014 Equilibrium. All rights reserved.