Uses of Interface
com.biglybt.core.torrentdownloader.TorrentDownloader
-
Packages that use TorrentDownloader Package Description com.biglybt.core.torrentdownloader com.biglybt.core.torrentdownloader.impl com.biglybt.ui.swt com.biglybt.ui.swt.shells.opentorrent -
-
Uses of TorrentDownloader in com.biglybt.core.torrentdownloader
Classes in com.biglybt.core.torrentdownloader that implement TorrentDownloader Modifier and Type Class Description private static class
TorrentDownloaderFactory.TorrentDownloadRetrier
Methods in com.biglybt.core.torrentdownloader that return TorrentDownloader Modifier and Type Method Description static TorrentDownloader
TorrentDownloaderFactory. create(TorrentDownloaderCallBackInterface callback, java.lang.String url, java.lang.String referrer, java.util.Map request_properties, java.lang.String fileordir)
creates and initializes a TorrentDownloader object with the specified parameters.static TorrentDownloader
TorrentDownloaderFactory. downloadManaged(java.lang.String url)
static TorrentDownloader
TorrentDownloaderFactory. downloadManaged(java.lang.String url, java.lang.String fileordir)
static TorrentDownloader
TorrentDownloaderFactory. downloadToLocationManaged(java.lang.String url, java.lang.String save_path)
Methods in com.biglybt.core.torrentdownloader with parameters of type TorrentDownloader Modifier and Type Method Description void
TorrentDownloaderCallBackInterface. TorrentDownloaderEvent(int state, TorrentDownloader inf)
-
Uses of TorrentDownloader in com.biglybt.core.torrentdownloader.impl
Classes in com.biglybt.core.torrentdownloader.impl that implement TorrentDownloader Modifier and Type Class Description class
TorrentDownloaderImpl
Fields in com.biglybt.core.torrentdownloader.impl with type parameters of type TorrentDownloader Modifier and Type Field Description private java.util.List<TorrentDownloader>
TorrentDownloaderManager. errors
private java.util.List<TorrentDownloader>
TorrentDownloaderManager. queued
private java.util.List<TorrentDownloader>
TorrentDownloaderManager. running
Methods in com.biglybt.core.torrentdownloader.impl that return TorrentDownloader Modifier and Type Method Description TorrentDownloader
TorrentDownloaderManager. add(TorrentDownloader dl)
TorrentDownloader
TorrentDownloaderManager. download(java.lang.String url)
TorrentDownloader
TorrentDownloaderManager. download(java.lang.String url, java.lang.String fileordir)
TorrentDownloader
TorrentDownloaderManager. downloadToLocation(java.lang.String url, java.lang.String save_path)
Methods in com.biglybt.core.torrentdownloader.impl with parameters of type TorrentDownloader Modifier and Type Method Description TorrentDownloader
TorrentDownloaderManager. 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 TorrentDownloader Modifier and Type Field Description (package private) TorrentDownloader
FileDownloadWindow. downloader
Methods in com.biglybt.ui.swt with parameters of type TorrentDownloader Modifier and Type Method Description void
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 TorrentDownloader Modifier and Type Method Description void
OpenTorrentWindow. TorrentDownloaderEvent(int state, TorrentDownloader inf)
-