◆ handle()
void Cloud::FolderDownloadRequest::handle |
( |
| ) |
|
|
overridevirtual |
Method, which does actual work. Depends on what this Request is doing.
Implements Networking::Request.
◆ restart()
void Cloud::FolderDownloadRequest::restart |
( |
| ) |
|
|
overridevirtual |
◆ getProgress()
double Cloud::FolderDownloadRequest::getProgress |
( |
| ) |
const |
Returns a number in range [0, 1], where 1 is "complete".
◆ getDownloadedBytes()
uint64 Cloud::FolderDownloadRequest::getDownloadedBytes |
( |
| ) |
const |
Returns a number of downloaded bytes.
◆ getTotalBytesToDownload()
uint64 Cloud::FolderDownloadRequest::getTotalBytesToDownload |
( |
| ) |
const |
Returns a total number of bytes to download.
◆ getDownloadSpeed()
uint64 Cloud::FolderDownloadRequest::getDownloadSpeed |
( |
| ) |
const |
Returns average download speed for the last second.
◆ getRemotePath()
Returns remote directory path.
◆ getLocalPath()
Common::Path Cloud::FolderDownloadRequest::getLocalPath |
( |
| ) |
const |
|
inline |
Returns local directory path.
The documentation for this class was generated from the following file: