Uses of Class
com.biglybt.pif.download.DownloadException
Packages that use DownloadException
Package
Description
-
Uses of DownloadException in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl that throw DownloadExceptionModifier and TypeMethodDescriptionTranscodeJobOutputLeecher.createChannel()
TranscodeJobOutputLeecher.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) TranscodeJobOutputLeecher.getDownload()
byte[]
TranscodeJobOutputLeecher.getDownloadHash()
-
Uses of DownloadException in com.biglybt.core.download
Methods in com.biglybt.core.download that throw DownloadExceptionModifier and TypeMethodDescriptionDiskManagerFileInfoDelegate.createChannel()
DiskManagerFileInfoFile.createChannel()
DiskManagerFileInfoStream.createChannel()
DiskManagerFileInfoURL.createChannel()
DiskManagerFileInfoDelegate.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) DiskManagerFileInfoFile.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) DiskManagerFileInfoStream.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) DiskManagerFileInfoURL.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) DiskManagerFileInfoDelegate.getDownload()
DiskManagerFileInfoFile.getDownload()
DiskManagerFileInfoStream.getDownload()
DiskManagerFileInfoURL.getDownload()
byte[]
DiskManagerFileInfoStream.getDownloadHash()
byte[]
DiskManagerFileInfoURL.getDownloadHash()
Constructors in com.biglybt.core.download that throw DownloadExceptionModifierConstructorDescription(package private)
channel()
DiskManagerFileInfoDelegate
(DiskManagerFileInfo _delegate) -
Uses of DownloadException in com.biglybt.core.lws
Methods in com.biglybt.core.lws that throw DownloadExceptionModifier and TypeMethodDescriptionvoid
LWSDownload.changeLocation
(SaveLocationChange slc) LWSDownload.destubbify()
void
LWSDownload.initialize()
void
LWSDownload.moveDataFiles
(File new_parent_dir) void
LWSDownload.moveDataFiles
(File new_parent_dir, String new_name) void
LWSDownload.moveTorrentFile
(File new_parent_dir) void
LWSDownload.recheckData()
void
LWSDownload.remove()
void
LWSDownload.remove
(boolean delete_torrent, boolean delete_data) void
LWSDownload.renameDownload
(String name) void
LWSDownload.restart()
void
LWSDownload.start()
void
LWSDownload.stop()
void
LWSDownload.stopAndQueue()
void
LWSDownload.stopAndRemove
(boolean delete_torrent, boolean delete_data) LWSDownload.stubbify()
-
Uses of DownloadException in com.biglybt.pif.disk
Methods in com.biglybt.pif.disk that throw DownloadExceptionModifier and TypeMethodDescriptionDiskManagerFileInfo.createChannel()
DiskManagerFileInfo.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) Creates a random read request - these will be executed against the download sequentiallyDiskManagerFileInfo.getDownload()
byte[]
DiskManagerFileInfo.getDownloadHash()
-
Uses of DownloadException in com.biglybt.pif.download
Methods in com.biglybt.pif.download that throw DownloadExceptionModifier and TypeMethodDescriptionDownloadManager.addDownload
(Torrent torrent) Add a torrent from a "Torrent" object.DownloadManager.addDownload
(Torrent torrent, File torrent_location, File data_location) Add a torrent from a "Torrent" object and point it at the data location.void
DownloadManager.addDownload
(File torrent_file) Add a torrent from a file.void
DownloadManager.addDownload
(URL url) add a torrent from a URL.void
DownloadManager.addDownload
(URL url, boolean auto_download) Add a torrent from a URL with explicit auto-download optionDownloadManager.addDownloadStopped
(Torrent torrent, File torrent_location, File data_location) Explicit way of adding a download in a stopped stateDownloadManager.addNonPersistentDownload
(Torrent torrent, File torrent_location, File data_location) Add a non-persistent download.DownloadManager.addNonPersistentDownloadStopped
(Torrent torrent, File torrent_location, File data_location) void
Download.changeLocation
(SaveLocationChange slc) Apply the changes in the givenSaveLocationChange
object - this includes moving torrent and data file data.DownloadStub.destubbify()
void
DownloadStubListener.downloadStubEventOccurred
(DownloadStubEvent event) default Download
DownloadManager.getDownload
(byte[] hash) Gets a download given its hashDownloadManager.getDownload
(byte[] hash, boolean check_truncated_hash) void
Download.initialize()
See lifecycle description abovevoid
Download.moveDataFiles
(File new_parent_dir) Move a download's data files to a new location.void
Download.moveDataFiles
(File new_parent_dir, String new_name) Move a download's data files to a new location, and rename the download at the same time.void
Download.moveTorrentFile
(File new_parent_dir) Move a download's torrent file to a new location.void
Download.recheckData()
Performs a complete recheck of the downloaded data Download must be in stopped, queued or error state Action is performed asynchronously and will progress the download through states PREPARING back to the relevant statevoid
Download.remove()
Removes a download.void
Download.remove
(boolean delete_torrent, boolean delete_data) Same as "remove" but, if successful, deletes the torrent and/or datavoid
DownloadStub.DownloadStubEx.remove
(boolean delete_torrent, boolean delete_data) void
DownloadStub.remove()
void
Download.renameDownload
(String name) Renames the file (for a single file torrent) or directory (for a multi file torrent) where the download is being saved to.void
Download.restart()
See lifecycle description abovevoid
Download.start()
See lifecycle description abovevoid
Download.stop()
See lifecycle description abovevoid
Download.stopAndQueue()
See lifecycle description abovevoid
Download.stopAndRemove
(boolean delete_torrent, boolean delete_data) Download.stubbify()
-
Uses of DownloadException in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers that throw DownloadException -
Uses of DownloadException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw DownloadExceptionModifier and TypeMethodDescriptionShortCuts.getDownload
(byte[] hash) A quick way of looking up a download given its hashShortCuts.getDownloadStats
(byte[] hash) A quick way of getting a download's statistics given its hashvoid
ShortCuts.removeDownload
(byte[] hash) A quick way of deleting a download given its hashvoid
ShortCuts.restartDownload
(byte[] hash) A quick way of restarting a download given its hashvoid
ShortCuts.stopDownload
(byte[] hash) A quick way of stopping a download given its hash -
Uses of DownloadException in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that throw DownloadExceptionModifier and TypeMethodDescriptionstatic DiskManagerFileInfo
PluginCoreUtils.unwrap
(DiskManagerFileInfo info) static DiskManagerFileInfo
PluginCoreUtils.wrap
(DiskManagerFileInfo info) -
Uses of DownloadException in com.biglybt.pifimpl.local.disk
Methods in com.biglybt.pifimpl.local.disk that throw DownloadExceptionModifier and TypeMethodDescriptionDiskManagerFileInfoImpl.createChannel()
DiskManagerFileInfoImpl.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) static DiskManagerRandomReadRequest
DiskManagerRandomReadController.createRequest
(DownloadImpl download, DiskManagerFileInfoImpl file, long file_offset, long length, boolean reverse_order, DiskManagerListener listener) DiskManagerFileInfoImpl.getDownload()
byte[]
DiskManagerFileInfoImpl.getDownloadHash()
Constructors in com.biglybt.pifimpl.local.disk that throw DownloadExceptionModifierConstructorDescriptionprotected
DiskManagerChannelImpl
(DownloadImpl _download, DiskManagerFileInfoImpl _plugin_file) -
Uses of DownloadException in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that throw DownloadExceptionModifier and TypeMethodDescriptionDownloadManagerImpl.addDownload
(Torrent torrent) DownloadManagerImpl.addDownload
(Torrent torrent, File torrent_file, File data_location) DownloadManagerImpl.addDownload
(Torrent torrent, File torrent_file, File data_location, int initial_state) void
DownloadManagerImpl.addDownload
(URL url, boolean auto_download) DownloadManagerImpl.addDownloadStopped
(Torrent torrent, File torrent_location, File data_location) DownloadManagerImpl.addNonPersistentDownload
(Torrent torrent, File torrent_file, File data_location) DownloadManagerImpl.addNonPersistentDownloadStopped
(Torrent torrent, File torrent_file, File data_location) void
DownloadImpl.changeLocation
(SaveLocationChange slc) DownloadImpl.destubbify()
protected Download
DownloadManagerImpl.destubbify
(DownloadStubImpl stub) DownloadStubImpl.destubbify()
DownloadManagerImpl.getDownload
(DiskManager dm) protected DownloadImpl
DownloadManagerImpl.getDownload
(DownloadManager dm) protected Download
DownloadManagerImpl.getDownload
(TOTorrent torrent) static Download
DownloadManagerImpl.getDownloadStatic
(DiskManager dm) static DownloadImpl
DownloadManagerImpl.getDownloadStatic
(DownloadManager dm) Retrieve the plugin Downlaod object related to the DownloadManagerstatic Download
DownloadManagerImpl.getDownloadStatic
(TOTorrent torrent) void
DownloadImpl.initialize()
void
DownloadImpl.moveDataFiles
(File new_parent_dir) void
DownloadImpl.moveDataFiles
(File new_parent_dir, String new_name) void
DownloadImpl.moveTorrentFile
(File new_parent_dir) void
DownloadImpl.recheckData()
void
DownloadImpl.remove()
void
DownloadImpl.remove
(boolean delete_torrent, boolean delete_data) void
DownloadStubImpl.remove
(boolean delete_torrent, boolean delete_data) void
DownloadImpl.renameDownload
(String new_name) void
DownloadImpl.restart()
void
DownloadImpl.start()
void
DownloadImpl.stop()
void
DownloadImpl.stopAndQueue()
void
DownloadImpl.stopAndRemove
(boolean delete_torrent, boolean delete_data) DownloadImpl.stubbify()
protected DownloadStub
DownloadManagerImpl.stubbify
(DownloadImpl download) -
Uses of DownloadException in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that throw DownloadException -
Uses of DownloadException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw DownloadExceptionModifier and TypeMethodDescriptionShortCutsImpl.getDownload
(byte[] hash) ShortCutsImpl.getDownloadStats
(byte[] hash) void
ShortCutsImpl.removeDownload
(byte[] hash) void
ShortCutsImpl.restartDownload
(byte[] hash) void
ShortCutsImpl.stopDownload
(byte[] hash) -
Uses of DownloadException in com.biglybt.pifimpl.remote.disk
Methods in com.biglybt.pifimpl.remote.disk that throw DownloadExceptionModifier and TypeMethodDescriptionRPDiskManagerFileInfo.createRandomReadRequest
(long file_offset, long length, boolean reverse_order, DiskManagerListener listener) RPDiskManagerFileInfo.getDownload()
-
Uses of DownloadException in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that throw DownloadExceptionModifier and TypeMethodDescriptionRPDownloadManager.addDownload
(Torrent torrent) RPDownloadManager.addDownload
(Torrent torrent, File torrent_location, File data_location) void
RPDownloadManager.addDownload
(File torrent_file) void
RPDownloadManager.addDownload
(URL url) void
RPDownloadManager.addDownload
(URL url, boolean auto_download) RPDownloadManager.addDownloadStopped
(Torrent torrent, File torrent_location, File data_location) RPDownloadManager.addNonPersistentDownload
(Torrent torrent, File torrent_location, File data_location) RPDownloadManager.addNonPersistentDownloadStopped
(Torrent torrent, File torrentLocation, File dataLocation) RPDownload.destubbify()
void
RPDownload.initialize()
void
RPDownload.moveDataFiles
(File new_parent_dir) void
RPDownload.moveDataFiles
(File new_parent_dir, String new_name) void
RPDownload.recheckData()
void
RPDownload.remove()
void
RPDownload.remove
(boolean delete_torrent, boolean delete_data) void
RPDownload.restart()
void
RPDownload.start()
void
RPDownload.stop()
void
RPDownload.stopAndQueue()
void
RPDownload.stopAndRemove
(boolean delete_torrent, boolean delete_data) RPDownload.stubbify()
-
Uses of DownloadException in com.biglybt.pifimpl.remote.utils
Methods in com.biglybt.pifimpl.remote.utils that throw DownloadExceptionModifier and TypeMethodDescriptionRPShortCuts.getDownload
(byte[] hash) RPShortCuts.getDownloadStats
(byte[] hash) void
RPShortCuts.removeDownload
(byte[] hash) void
RPShortCuts.restartDownload
(byte[] hash) void
RPShortCuts.stopDownload
(byte[] hash) -
Uses of DownloadException in com.biglybt.plugin.sharing.hoster
Methods in com.biglybt.plugin.sharing.hoster that throw DownloadExceptionModifier and TypeMethodDescriptionprivate Download
ShareHosterPlugin.addDownload
(ShareResource resource, Torrent torrent, File torrent_file, File data_file) -
Uses of DownloadException in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin that throw DownloadExceptionModifier and TypeMethodDescriptionvoid
DefaultRankCalculator.initialize()
void
RankCalculatorReal.initialize()
void
RankCalculatorSlotReserver.initialize()
void
DefaultRankCalculator.restart()
void
RankCalculatorReal.restart()
void
RankCalculatorSlotReserver.restart()
void
DefaultRankCalculator.start()
void
RankCalculatorReal.start()
void
RankCalculatorSlotReserver.start()
void
DefaultRankCalculator.stopAndQueue()
void
RankCalculatorReal.stopAndQueue()
void
RankCalculatorSlotReserver.stopAndQueue()
-
Uses of DownloadException in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin that throw DownloadExceptionModifier and TypeMethodDescriptionvoid
SBC_ArchivedDownloadsView.downloadStubEventOccurred
(DownloadStubEvent event)