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 DownloadImpl
DiskManagerChannelImpl.download
protected DownloadImpl
DiskManagerFileInfoImpl.download
private DownloadImpl
DiskManagerRandomReadController.download
Fields in com.biglybt.pifimpl.local.disk with type parameters of type DownloadImplModifier and TypeFieldDescriptionprivate static Map<DownloadImpl,
DiskManagerRandomReadController> DiskManagerRandomReadController.controller_map
Methods in com.biglybt.pifimpl.local.disk with parameters of type DownloadImplModifier and TypeMethodDescriptionstatic DiskManagerRandomReadRequest
DiskManagerRandomReadController.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 DownloadImplModifierConstructorDescriptionprotected
DiskManagerChannelImpl
(DownloadImpl _download, DiskManagerFileInfoImpl _plugin_file) DiskManagerFileInfoImpl
(DownloadImpl _download, DiskManagerFileInfo coreFileInfo) private
DiskManagerRandomReadController
(DownloadImpl _download) -
Uses of DownloadImpl in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as DownloadImplModifier and TypeFieldDescriptionprotected DownloadImpl
DownloadScrapeResultImpl.download
private DownloadImpl
DownloadStubImpl.temp_download
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadImplModifier and TypeFieldDescriptionprivate Map<DownloadManager,
DownloadImpl> DownloadManagerImpl.download_map
private Map<DownloadManager,
DownloadImpl> DownloadManagerImpl.pending_dls
Methods in com.biglybt.pifimpl.local.download that return DownloadImplModifier and TypeMethodDescriptionprotected DownloadImpl
DownloadManagerImpl.getDownload
(DownloadManager dm) static DownloadImpl
DownloadManagerImpl.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 TypeMethodDescriptionboolean
DownloadManagerImpl.canStubbify
(DownloadImpl download) protected DownloadStub
DownloadManagerImpl.stubbify
(DownloadImpl download) Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadImplModifierConstructorDescriptionprotected
DownloadScrapeResultImpl
(DownloadImpl _download, TRTrackerScraperResponse _response) protected
DownloadStubImpl
(DownloadManagerImpl _manager, DownloadImpl _download, DownloadManager _core_dm, String[] _manual_tags, String _category, Map<String, Object> _gm_map)