Uses of Class
com.biglybt.core.download.impl.DownloadManagerImpl
Packages that use DownloadManagerImpl
-
Uses of DownloadManagerImpl in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as DownloadManagerImplModifier and TypeFieldDescription(package private) final DownloadManagerImpl
DownloadManagerController.download_manager
(package private) final DownloadManagerImpl
DownloadManagerStateImpl.CachedStateWrapper.download_manager
private DownloadManagerImpl
DownloadManagerStateImpl.download_manager
private final DownloadManagerImpl
DownloadManagerStatsImpl.download_manager
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerImplModifier and TypeMethodDescriptionprivate static DownloadManagerStateImpl
DownloadManagerStateImpl.getDownloadState
(DownloadManagerImpl download_manager, TOTorrent original_torrent, TorrentUtils.ExtendedTorrent target_torrent) protected static DownloadManagerState
DownloadManagerStateImpl.getDownloadState
(DownloadManagerImpl download_manager, String torrent_file, byte[] torrent_hash, boolean inactive) protected void
DownloadManagerStateImpl.setDownloadManager
(DownloadManagerImpl dm) Constructors in com.biglybt.core.download.impl with parameters of type DownloadManagerImplModifierConstructorDescriptionprotected
CachedStateWrapper
(DownloadManagerImpl _download_manager, String _torrent_file, byte[] _torrent_hash, Map _cache, boolean _force_piece_discard) protected
DownloadManagerController
(DownloadManagerImpl _download_manager) protected
DownloadManagerStateImpl
(DownloadManagerImpl _download_manager, TorrentUtils.ExtendedTorrent _torrent) protected