Package com.biglybt.net.upnp.services
Interface UPnPOfflineDownloader
- All Superinterfaces:
UPnPSpecificService
- All Known Implementing Classes:
UPnPSSOfflineDownloaderImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDownload
(String client_id, String hash_list, String torrent) addDownloadChunked
(String client_id, String hash_list, String torrent_chunk, int offset, int total_size) long
getFreeSpace
(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 com.biglybt.net.upnp.services.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
-