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 classMethods in com.biglybt.core.torrentdownloader that return TorrentDownloaderModifier and TypeMethodDescriptionstatic TorrentDownloaderTorrentDownloaderFactory.create(TorrentDownloaderCallBackInterface callback, String url, String referrer, Map request_properties, String fileordir) creates and initializes a TorrentDownloader object with the specified parameters.static TorrentDownloaderTorrentDownloaderFactory.downloadManaged(String url) static TorrentDownloaderTorrentDownloaderFactory.downloadManaged(String url, String fileordir) static TorrentDownloaderTorrentDownloaderFactory.downloadToLocationManaged(String url, String save_path) Methods in com.biglybt.core.torrentdownloader with parameters of type TorrentDownloaderModifier and TypeMethodDescriptionvoidTorrentDownloaderCallBackInterface.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.errorsprivate final List<TorrentDownloader> TorrentDownloaderManager.queuedprivate final List<TorrentDownloader> TorrentDownloaderManager.runningMethods 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) voidTorrentDownloaderManager.remove(TorrentDownloader inf) voidTorrentDownloaderManager.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) TorrentDownloaderFileDownloadWindow.downloaderMethods in com.biglybt.ui.swt with parameters of type TorrentDownloaderModifier and TypeMethodDescriptionvoidFileDownloadWindow.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 TypeMethodDescriptionvoidOpenTorrentWindow.TorrentDownloaderEvent(int state, TorrentDownloader inf)