Uses of Class
com.biglybt.pifimpl.local.download.DownloadImpl
-
Packages that use DownloadImpl Package Description com.biglybt.pifimpl.local.disk com.biglybt.pifimpl.local.download -
-
Uses of DownloadImpl in com.biglybt.pifimpl.local.disk
Fields in com.biglybt.pifimpl.local.disk declared as DownloadImpl Modifier and Type Field Description private DownloadImpl
DiskManagerChannelImpl. download
protected DownloadImpl
DiskManagerFileInfoImpl. download
private DownloadImpl
DiskManagerRandomReadController. download
Fields in com.biglybt.pifimpl.local.disk with type parameters of type DownloadImpl Modifier and Type Field Description private static java.util.Map<DownloadImpl,DiskManagerRandomReadController>
DiskManagerRandomReadController. controller_map
Methods in com.biglybt.pifimpl.local.disk with parameters of type DownloadImpl Modifier and Type Method Description static 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 DownloadImpl Constructor Description DiskManagerChannelImpl(DownloadImpl _download, DiskManagerFileInfoImpl _plugin_file)
DiskManagerFileInfoImpl(DownloadImpl _download, DiskManagerFileInfo coreFileInfo)
DiskManagerRandomReadController(DownloadImpl _download)
-
Uses of DownloadImpl in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as DownloadImpl Modifier and Type Field Description protected DownloadImpl
DownloadScrapeResultImpl. download
private DownloadImpl
DownloadStubImpl. temp_download
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadImpl Modifier and Type Field Description private java.util.Map<DownloadManager,DownloadImpl>
DownloadManagerImpl. download_map
private java.util.Map<DownloadManager,DownloadImpl>
DownloadManagerImpl. pending_dls
Methods in com.biglybt.pifimpl.local.download that return DownloadImpl Modifier and Type Method Description protected 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 DownloadImpl Modifier and Type Method Description boolean
DownloadManagerImpl. canStubbify(DownloadImpl download)
protected DownloadStub
DownloadManagerImpl. stubbify(DownloadImpl download)
Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadImpl Constructor Description DownloadScrapeResultImpl(DownloadImpl _download, TRTrackerScraperResponse _response)
DownloadStubImpl(DownloadManagerImpl _manager, DownloadImpl _download, DownloadManager _core_dm, java.lang.String[] _manual_tags, java.lang.String _category, java.util.Map<java.lang.String,java.lang.Object> _gm_map)
-