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 TypeMethodDescriptionvoidLWSDownload.changeLocation(SaveLocationChange slc) LWSDownload.destubbify()voidLWSDownload.initialize()voidLWSDownload.moveDataFiles(File new_parent_dir) voidLWSDownload.moveDataFiles(File new_parent_dir, String new_name) voidLWSDownload.moveTorrentFile(File new_parent_dir) voidLWSDownload.recheckData()voidLWSDownload.remove()voidLWSDownload.remove(boolean delete_torrent, boolean delete_data) voidLWSDownload.renameDownload(String name) voidLWSDownload.restart()voidLWSDownload.start()voidLWSDownload.stop()voidLWSDownload.stopAndQueue()voidLWSDownload.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.voidDownloadManager.addDownload(File torrent_file) Add a torrent from a file.voidDownloadManager.addDownload(URL url) add a torrent from a URL.voidDownloadManager.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) voidDownload.changeLocation(SaveLocationChange slc) Apply the changes in the givenSaveLocationChangeobject - this includes moving torrent and data file data.DownloadStub.destubbify()voidDownloadStubListener.downloadStubEventOccurred(DownloadStubEvent event) default DownloadDownloadManager.getDownload(byte[] hash) Gets a download given its hashDownloadManager.getDownload(byte[] hash, boolean check_truncated_hash) voidDownload.initialize()See lifecycle description abovevoidDownload.moveDataFiles(File new_parent_dir) Move a download's data files to a new location.voidDownload.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.voidDownload.moveTorrentFile(File new_parent_dir) Move a download's torrent file to a new location.voidDownload.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 statevoidDownload.remove()Removes a download.voidDownload.remove(boolean delete_torrent, boolean delete_data) Same as "remove" but, if successful, deletes the torrent and/or datavoidDownloadStub.DownloadStubEx.remove(boolean delete_torrent, boolean delete_data) voidDownloadStub.remove()voidDownload.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.voidDownload.restart()See lifecycle description abovevoidDownload.start()See lifecycle description abovevoidDownload.stop()See lifecycle description abovevoidDownload.stopAndQueue()See lifecycle description abovevoidDownload.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 hashvoidShortCuts.removeDownload(byte[] hash) A quick way of deleting a download given its hashvoidShortCuts.restartDownload(byte[] hash) A quick way of restarting a download given its hashvoidShortCuts.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 DiskManagerFileInfoPluginCoreUtils.unwrap(DiskManagerFileInfo info) static DiskManagerFileInfoPluginCoreUtils.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 DiskManagerRandomReadRequestDiskManagerRandomReadController.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 DownloadExceptionModifierConstructorDescriptionprotectedDiskManagerChannelImpl(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) voidDownloadManagerImpl.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) voidDownloadImpl.changeLocation(SaveLocationChange slc) DownloadImpl.destubbify()protected DownloadDownloadManagerImpl.destubbify(DownloadStubImpl stub) DownloadStubImpl.destubbify()DownloadManagerImpl.getDownload(DiskManager dm) protected DownloadImplDownloadManagerImpl.getDownload(DownloadManager dm) protected DownloadDownloadManagerImpl.getDownload(TOTorrent torrent) static DownloadDownloadManagerImpl.getDownloadStatic(DiskManager dm) static DownloadImplDownloadManagerImpl.getDownloadStatic(DownloadManager dm) Retrieve the plugin Downlaod object related to the DownloadManagerstatic DownloadDownloadManagerImpl.getDownloadStatic(TOTorrent torrent) voidDownloadImpl.initialize()voidDownloadImpl.moveDataFiles(File new_parent_dir) voidDownloadImpl.moveDataFiles(File new_parent_dir, String new_name) voidDownloadImpl.moveTorrentFile(File new_parent_dir) voidDownloadImpl.recheckData()voidDownloadImpl.remove()voidDownloadImpl.remove(boolean delete_torrent, boolean delete_data) voidDownloadStubImpl.remove(boolean delete_torrent, boolean delete_data) voidDownloadImpl.renameDownload(String new_name) voidDownloadImpl.restart()voidDownloadImpl.start()voidDownloadImpl.stop()voidDownloadImpl.stopAndQueue()voidDownloadImpl.stopAndRemove(boolean delete_torrent, boolean delete_data) DownloadImpl.stubbify()protected DownloadStubDownloadManagerImpl.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) voidShortCutsImpl.removeDownload(byte[] hash) voidShortCutsImpl.restartDownload(byte[] hash) voidShortCutsImpl.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) voidRPDownloadManager.addDownload(File torrent_file) voidRPDownloadManager.addDownload(URL url) voidRPDownloadManager.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()voidRPDownload.initialize()voidRPDownload.moveDataFiles(File new_parent_dir) voidRPDownload.moveDataFiles(File new_parent_dir, String new_name) voidRPDownload.recheckData()voidRPDownload.remove()voidRPDownload.remove(boolean delete_torrent, boolean delete_data) voidRPDownload.restart()voidRPDownload.start()voidRPDownload.stop()voidRPDownload.stopAndQueue()voidRPDownload.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) voidRPShortCuts.removeDownload(byte[] hash) voidRPShortCuts.restartDownload(byte[] hash) voidRPShortCuts.stopDownload(byte[] hash) -
Uses of DownloadException in com.biglybt.plugin.sharing.hoster
Methods in com.biglybt.plugin.sharing.hoster that throw DownloadExceptionModifier and TypeMethodDescriptionprivate DownloadShareHosterPlugin.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 TypeMethodDescriptionvoidDefaultRankCalculator.initialize()voidRankCalculatorReal.initialize()voidRankCalculatorSlotReserver.initialize()voidvoidvoidvoidvoidvoidvoidDefaultRankCalculator.stopAndQueue(String reason) voidRankCalculatorReal.stopAndQueue(String reason) voidRankCalculatorSlotReserver.stopAndQueue(String reason) -
Uses of DownloadException in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin that throw DownloadExceptionModifier and TypeMethodDescriptionvoidSBC_ArchivedDownloadsView.downloadStubEventOccurred(DownloadStubEvent event)