Package com.biglybt.core.download
Class DownloadManagerFactory
java.lang.Object
com.biglybt.core.download.DownloadManagerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static DownloadManager
create
(GlobalManager gm, byte[] torrent_hash, String torrentFileName, String torrent_save_dir, String torrent_save_file, int initialState, boolean persistent, boolean recovered, boolean for_seeding, boolean has_ever_been_started, List file_priorities) static DownloadManagerAvailability
getAvailability
(TOTorrent torrent, List<List<String>> updated_trackers, String[] enabled_peer_sources, String[] enabled_networks) static void
-
Constructor Details
-
DownloadManagerFactory
public DownloadManagerFactory()
-
-
Method Details
-
create
public static DownloadManager create(GlobalManager gm, byte[] torrent_hash, String torrentFileName, String torrent_save_dir, String torrent_save_file, int initialState, boolean persistent, boolean recovered, boolean for_seeding, boolean has_ever_been_started, List file_priorities) -
getAvailability
-
addGlobalDownloadListener
-
removeGlobalDownloadListener
-