Interface UPnPOfflineDownloader
- All Superinterfaces:
UPnPSpecificService
- All Known Implementing Classes:
UPnPSSOfflineDownloaderImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDownload(String client_id, String hash_list, String torrent) addDownloadChunked(String client_id, String hash_list, String torrent_chunk, int offset, int total_size) longgetFreeSpace(String client_id) removeDownload(String client_id, String hash) String[]setDownloads(String client_id, String hash_list) String[]startDownload(String client_id, String hash) String[]updateDownload(String client_id, String hash_list, String required_map) Methods inherited from interface UPnPSpecificService
getGenericService
-
Method Details
-
getFreeSpace
- Throws:
UPnPException
-
activate
- Throws:
UPnPException
-
addDownload
- Throws:
UPnPException
-
addDownloadChunked
String addDownloadChunked(String client_id, String hash_list, String torrent_chunk, int offset, int total_size) throws UPnPException - Throws:
UPnPException
-
updateDownload
String[] updateDownload(String client_id, String hash_list, String required_map) throws UPnPException - Throws:
UPnPException
-
setDownloads
- Throws:
UPnPException
-
removeDownload
- Throws:
UPnPException
-
startDownload
- Throws:
UPnPException
-