Class UPnPSSOfflineDownloaderImpl
java.lang.Object
com.biglybt.net.upnp.impl.services.UPnPSSOfflineDownloaderImpl
- All Implemented Interfaces:
UPnPOfflineDownloader, UPnPSpecificService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDownload(String client_id, String hash, String torrent) addDownloadChunked(String client_id, String hash, String 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, String required_map)
-
Field Details
-
service
-
-
Constructor Details
-
UPnPSSOfflineDownloaderImpl
-
-
Method Details
-
getGenericService
- Specified by:
getGenericServicein interfaceUPnPSpecificService
-
getFreeSpace
- Specified by:
getFreeSpacein interfaceUPnPOfflineDownloader- Throws:
UPnPException
-
activate
- Specified by:
activatein interfaceUPnPOfflineDownloader- Throws:
UPnPException
-
setDownloads
- Specified by:
setDownloadsin interfaceUPnPOfflineDownloader- Throws:
UPnPException
-
addDownload
- Specified by:
addDownloadin interfaceUPnPOfflineDownloader- Throws:
UPnPException
-
addDownloadChunked
public String addDownloadChunked(String client_id, String hash, String chunk, int offset, int total_size) throws UPnPException - Specified by:
addDownloadChunkedin interfaceUPnPOfflineDownloader- Throws:
UPnPException
-
updateDownload
public String[] updateDownload(String client_id, String hash, String required_map) throws UPnPException - Specified by:
updateDownloadin interfaceUPnPOfflineDownloader- Throws:
UPnPException
-
removeDownload
- Specified by:
removeDownloadin interfaceUPnPOfflineDownloader- Throws:
UPnPException
-
startDownload
- Specified by:
startDownloadin interfaceUPnPOfflineDownloader- Throws:
UPnPException
-