Uses of Class
com.biglybt.core.download.EnhancedDownloadManager
-
Packages that use EnhancedDownloadManager Package Description com.biglybt.core.download com.biglybt.ui.swt.columns.torrent -
-
Uses of EnhancedDownloadManager in com.biglybt.core.download
Fields in com.biglybt.core.download declared as EnhancedDownloadManager Modifier and Type Field Description (package private) EnhancedDownloadManager
StreamManager.SMDImpl. active_edm
Fields in com.biglybt.core.download with type parameters of type EnhancedDownloadManager Modifier and Type Field Description (package private) java.util.Map<DownloadManager,EnhancedDownloadManager>
DownloadManagerEnhancer. download_map
Methods in com.biglybt.core.download that return EnhancedDownloadManager Modifier and Type Method Description EnhancedDownloadManager
DownloadManagerEnhancer. getEnhancedDownload(byte[] hash)
EnhancedDownloadManager
DownloadManagerEnhancer. getEnhancedDownload(DownloadManager manager)
Methods in com.biglybt.core.download with parameters of type EnhancedDownloadManager Modifier and Type Method Description (package private) long[]
StreamManager.SMDImpl. updateETA(EnhancedDownloadManager edm)
-
Uses of EnhancedDownloadManager in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent that return EnhancedDownloadManager Modifier and Type Method Description EnhancedDownloadManager
ColumnProgressETA. getEDM(DownloadManager dm)
-