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 DownloadManagerImplDownloadManagerController.download_manager(package private) final DownloadManagerImplDownloadManagerStateImpl.CachedStateWrapper.download_managerprivate DownloadManagerImplDownloadManagerStateImpl.download_managerprivate final DownloadManagerImplDownloadManagerStatsImpl.download_managerMethods in com.biglybt.core.download.impl with parameters of type DownloadManagerImplModifier and TypeMethodDescriptionprivate static DownloadManagerStateImplDownloadManagerStateImpl.getDownloadState(DownloadManagerImpl download_manager, TOTorrent original_torrent, TorrentUtils.ExtendedTorrent target_torrent) protected static DownloadManagerStateDownloadManagerStateImpl.getDownloadState(DownloadManagerImpl download_manager, String torrent_file, byte[] torrent_hash, boolean inactive) protected voidDownloadManagerStateImpl.setDownloadManager(DownloadManagerImpl dm) Constructors in com.biglybt.core.download.impl with parameters of type DownloadManagerImplModifierConstructorDescriptionprotectedCachedStateWrapper(DownloadManagerImpl _download_manager, String _torrent_file, byte[] _torrent_hash, Map _cache, boolean _force_piece_discard) protectedDownloadManagerController(DownloadManagerImpl _download_manager) protectedDownloadManagerStateImpl(DownloadManagerImpl _download_manager, TorrentUtils.ExtendedTorrent _torrent) protected