Uses of Class
com.biglybt.pifimpl.local.download.DownloadImpl
Packages that use DownloadImpl
-
Uses of DownloadImpl in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as DownloadImplModifier and TypeFieldDescriptionprivate DownloadImplDiskManagerChannelImpl.downloadprotected DownloadImplDiskManagerFileInfoImpl.downloadprivate DownloadImplDiskManagerRandomReadController.downloadFields in com.biglybt.pifimpl.local.disk with type parameters of type DownloadImplModifier and TypeFieldDescriptionprivate static Map<DownloadImpl, DiskManagerRandomReadController> DiskManagerRandomReadController.controller_mapMethods in com.biglybt.pifimpl.local.disk with parameters of type DownloadImplModifier and TypeMethodDescriptionstatic DiskManagerRandomReadRequestDiskManagerRandomReadController.createRequest(DownloadImpl download, DiskManagerFileInfoImpl file, long file_offset, long length, boolean reverse_order, DiskManagerListener listener) Constructors in com.biglybt.pifimpl.local.disk with parameters of type DownloadImplModifierConstructorDescriptionprotectedDiskManagerChannelImpl(DownloadImpl _download, DiskManagerFileInfoImpl _plugin_file) DiskManagerFileInfoImpl(DownloadImpl _download, DiskManagerFileInfo coreFileInfo) privateDiskManagerRandomReadController(DownloadImpl _download) -
Uses of DownloadImpl in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as DownloadImplModifier and TypeFieldDescriptionprotected DownloadImplDownloadScrapeResultImpl.downloadprivate DownloadImplDownloadStubImpl.temp_downloadFields in com.biglybt.pifimpl.local.download with type parameters of type DownloadImplModifier and TypeFieldDescriptionprivate Map<DownloadManager, DownloadImpl> DownloadManagerImpl.download_mapprivate Map<DownloadManager, DownloadImpl> DownloadManagerImpl.pending_dlsMethods in com.biglybt.pifimpl.local.download that return DownloadImplModifier and TypeMethodDescriptionprotected DownloadImplDownloadManagerImpl.getDownload(DownloadManager dm) static DownloadImplDownloadManagerImpl.getDownloadStatic(DownloadManager dm) Retrieve the plugin Downlaod object related to the DownloadManagerstatic DownloadImpl[]DownloadManagerImpl.getDownloadStatic(DownloadManager[] dm) Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadImplModifier and TypeMethodDescriptionbooleanDownloadManagerImpl.canStubbify(DownloadImpl download) protected DownloadStubDownloadManagerImpl.stubbify(DownloadImpl download) Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadImplModifierConstructorDescriptionprotectedDownloadScrapeResultImpl(DownloadImpl _download, TRTrackerScraperResponse _response) protectedDownloadStubImpl(DownloadManagerImpl _manager, DownloadImpl _download, DownloadManager _core_dm, String[] _manual_tags, String _category, Map<String, Object> _gm_map)