Uses of Interface
com.biglybt.core.download.DownloadManagerInitialisationAdapter
-
-
Uses of DownloadManagerInitialisationAdapter in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerInitialisationAdapter Modifier and Type Method Description static DownloadManager
DownloadManagerFactory. create(GlobalManager gm, byte[] torrent_hash, java.lang.String torrentFileName, java.lang.String savePath, java.lang.String saveFile, int initialState, boolean persistent, boolean for_seeding, java.util.List file_priorities, DownloadManagerInitialisationAdapter adapter)
-
Uses of DownloadManagerInitialisationAdapter in com.biglybt.core.download.impl
Constructors in com.biglybt.core.download.impl with parameters of type DownloadManagerInitialisationAdapter Constructor Description DownloadManagerImpl(GlobalManager _gm, byte[] _torrent_hash, java.lang.String _torrentFileName, java.lang.String _torrent_save_dir, java.lang.String _torrent_save_file, int _initialState, boolean _persistent, boolean _recovered, boolean _open_for_seeding, boolean _has_ever_been_started, java.util.List _file_priorities, DownloadManagerInitialisationAdapter _initialisation_adapter)
-
Uses of DownloadManagerInitialisationAdapter in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type DownloadManagerInitialisationAdapter Modifier and Type Method Description DownloadManager
GlobalManager. addDownloadManager(java.lang.String fileName, byte[] optionalHash, java.lang.String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter)
Create and add a Download Manager to the global listDownloadManager
GlobalManager. addDownloadManager(java.lang.String fileName, byte[] optionalHash, java.lang.String savePath, java.lang.String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter adapter)
Create and add a Download Manager to the global listvoid
GlobalManager. addDownloadManagerInitialisationAdapter(DownloadManagerInitialisationAdapter adapter)
Any adapters added will get a chance to see/set the initial state of downloads as they are addedvoid
GlobalManager. removeDownloadManagerInitialisationAdapter(DownloadManagerInitialisationAdapter adapter)
-
Uses of DownloadManagerInitialisationAdapter in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl with type parameters of type DownloadManagerInitialisationAdapter Modifier and Type Field Description private CopyOnWriteList<DownloadManagerInitialisationAdapter>
GlobalManagerImpl. dm_adapters
Methods in com.biglybt.core.global.impl that return DownloadManagerInitialisationAdapter Modifier and Type Method Description protected DownloadManagerInitialisationAdapter
GlobalManagerImpl. getDMAdapter(DownloadManagerInitialisationAdapter adapter)
Methods in com.biglybt.core.global.impl with parameters of type DownloadManagerInitialisationAdapter Modifier and Type Method Description DownloadManager
GlobalManagerImpl. addDownloadManager(java.lang.String torrent_file_name, byte[] optionalHash, java.lang.String savePath, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter)
DownloadManager
GlobalManagerImpl. addDownloadManager(java.lang.String torrent_file_name, byte[] optionalHash, java.lang.String savePath, java.lang.String saveFile, int initialState, boolean persistent, boolean for_seeding, DownloadManagerInitialisationAdapter _adapter)
void
GlobalManagerImpl. addDownloadManagerInitialisationAdapter(DownloadManagerInitialisationAdapter adapter)
protected DownloadManagerInitialisationAdapter
GlobalManagerImpl. getDMAdapter(DownloadManagerInitialisationAdapter adapter)
void
GlobalManagerImpl. removeDownloadManagerInitialisationAdapter(DownloadManagerInitialisationAdapter adapter)
-
Uses of DownloadManagerInitialisationAdapter in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadManagerInitialisationAdapter Modifier and Type Class Description class
DownloadManagerImpl
-