Uses of Class
com.biglybt.core.download.DownloadManagerEnhancer
-
Packages that use DownloadManagerEnhancer Package Description com.biglybt.core.download -
-
Uses of DownloadManagerEnhancer in com.biglybt.core.download
Fields in com.biglybt.core.download declared as DownloadManagerEnhancer Modifier and Type Field Description (package private) DownloadManagerEnhancer
EnhancedDownloadManager. enhancer
private static DownloadManagerEnhancer
DownloadManagerEnhancer. singleton
Methods in com.biglybt.core.download that return DownloadManagerEnhancer Modifier and Type Method Description static DownloadManagerEnhancer
DownloadManagerEnhancer. getSingleton()
static DownloadManagerEnhancer
DownloadManagerEnhancer. initialise(Core core)
Constructors in com.biglybt.core.download with parameters of type DownloadManagerEnhancer Constructor Description EnhancedDownloadManager(DownloadManagerEnhancer _enhancer, DownloadManager _download_manager)
-