Uses of Interface
com.biglybt.core.torrentdownloader.TorrentDownloader
Packages that use TorrentDownloader
Package
Description
-
Uses of TorrentDownloader in com.biglybt.core.torrentdownloader
Classes in com.biglybt.core.torrentdownloader that implement TorrentDownloaderModifier and TypeClassDescriptionprivate static class
Methods in com.biglybt.core.torrentdownloader that return TorrentDownloaderModifier and TypeMethodDescriptionstatic TorrentDownloader
TorrentDownloaderFactory.create
(TorrentDownloaderCallBackInterface callback, String url, String referrer, Map request_properties, String fileordir) creates and initializes a TorrentDownloader object with the specified parameters.static TorrentDownloader
TorrentDownloaderFactory.downloadManaged
(String url) static TorrentDownloader
TorrentDownloaderFactory.downloadManaged
(String url, String fileordir) static TorrentDownloader
TorrentDownloaderFactory.downloadToLocationManaged
(String url, String save_path) Methods in com.biglybt.core.torrentdownloader with parameters of type TorrentDownloaderModifier and TypeMethodDescriptionvoid
TorrentDownloaderCallBackInterface.TorrentDownloaderEvent
(int state, TorrentDownloader inf) -
Uses of TorrentDownloader in com.biglybt.core.torrentdownloader.impl
Classes in com.biglybt.core.torrentdownloader.impl that implement TorrentDownloaderFields in com.biglybt.core.torrentdownloader.impl with type parameters of type TorrentDownloaderModifier and TypeFieldDescriptionprivate final List
<TorrentDownloader> TorrentDownloaderManager.errors
private final List
<TorrentDownloader> TorrentDownloaderManager.queued
private final List
<TorrentDownloader> TorrentDownloaderManager.running
Methods in com.biglybt.core.torrentdownloader.impl that return TorrentDownloaderModifier and TypeMethodDescriptionTorrentDownloaderManager.add
(TorrentDownloader dl) TorrentDownloaderManager.downloadToLocation
(String url, String save_path) Methods in com.biglybt.core.torrentdownloader.impl with parameters of type TorrentDownloaderModifier and TypeMethodDescriptionTorrentDownloaderManager.add
(TorrentDownloader dl) void
TorrentDownloaderManager.remove
(TorrentDownloader inf) void
TorrentDownloaderManager.Callback.TorrentDownloaderEvent
(int state, TorrentDownloader inf) -
Uses of TorrentDownloader in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as TorrentDownloaderModifier and TypeFieldDescription(package private) TorrentDownloader
FileDownloadWindow.downloader
Methods in com.biglybt.ui.swt with parameters of type TorrentDownloaderModifier and TypeMethodDescriptionvoid
FileDownloadWindow.TorrentDownloaderEvent
(int state, TorrentDownloader inf) -
Uses of TorrentDownloader in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TorrentDownloaderModifier and TypeMethodDescriptionvoid
OpenTorrentWindow.TorrentDownloaderEvent
(int state, TorrentDownloader inf)