Uses of Interface
com.biglybt.pif.download.DownloadManager
-
-
Uses of DownloadManager in com.biglybt.core.content
Fields in com.biglybt.core.content declared as DownloadManager Modifier and Type Field Description private DownloadManager
PlatformContentDirectory. downloadManager
-
Uses of DownloadManager in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as DownloadManager Modifier and Type Field Description private DownloadManager
SpeedLimitHandler.DML. download_manager
Constructors in com.biglybt.core.speedmanager with parameters of type DownloadManager Constructor Description DML(DownloadManager _download_manager, java.util.Set<java.lang.String> _has_cats_or_tags)
-
Uses of DownloadManager in com.biglybt.pif
Methods in com.biglybt.pif that return DownloadManager Modifier and Type Method Description DownloadManager
PluginInterface. getDownloadManager()
Gives access to the download manager -
Uses of DownloadManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DownloadManager Modifier and Type Method Description DownloadManager
PluginInterfaceImpl. getDownloadManager()
-
Uses of DownloadManager in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManager Modifier and Type Class Description class
DownloadManagerImpl
Fields in com.biglybt.pifimpl.local.download declared as DownloadManager Modifier and Type Field Description private DownloadManager
DownloadEventNotifierImpl. dm
Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadManager Constructor Description DownloadEventNotifierImpl(DownloadManager dm)
-
Uses of DownloadManager in com.biglybt.pifimpl.local.utils.resourcedownloader
Fields in com.biglybt.pifimpl.local.utils.resourcedownloader declared as DownloadManager Modifier and Type Field Description protected DownloadManager
ResourceDownloaderTorrentImpl. download_manager
-
Uses of DownloadManager in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return DownloadManager Modifier and Type Method Description DownloadManager
RPPluginInterface. getDownloadManager()
-
Uses of DownloadManager in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadManager Modifier and Type Class Description class
RPDownloadManager
Fields in com.biglybt.pifimpl.remote.download declared as DownloadManager Modifier and Type Field Description protected DownloadManager
RPDownloadManager. delegate
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadManager Modifier and Type Method Description static RPDownloadManager
RPDownloadManager. create(DownloadManager _delegate)
Constructors in com.biglybt.pifimpl.remote.download with parameters of type DownloadManager Constructor Description RPDownloadManager(DownloadManager _delegate)
-
Uses of DownloadManager in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as DownloadManager Modifier and Type Field Description private DownloadManager
ShareHosterPlugin. download_manager
-
Uses of DownloadManager in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadManager Modifier and Type Field Description private DownloadManager
StartStopRulesDefaultPlugin. download_manager
-
Uses of DownloadManager in com.biglybt.ui.swt.utils
Fields in com.biglybt.ui.swt.utils declared as DownloadManager Modifier and Type Field Description private static DownloadManager
SearchSubsUtils. dm
-