Interface TorrentDownloader
- All Known Implementing Classes:
RPTorrentDownloader, TorrentDownloaderImpl
public interface TorrentDownloader
-
Method Summary
-
Method Details
-
download
Downloads and prompts the user/guesses the torrent encoding- Returns:
- Throws:
TorrentException
-
download
Downloads and tries to use the supplied encoding. If the supplied encoding isn't valed then a TorrentEncodingException is thrown detailing the valid ones- Parameters:
encoding- use "System" for system encoding- Returns:
- Throws:
TorrentException
-
setRequestProperty
- Parameters:
key- "URL_Cookie" to set cookiesvalue-- Throws:
TorrentException- Since:
- 4.8.1.3
-
getRequestProperty
- Parameters:
key- "URL_Cookie" to get cookies- Returns:
- Throws:
TorrentException
-