Package com.biglybt.core.download.impl
Class DownloadManagerAvailabilityImpl
- java.lang.Object
-
- com.biglybt.core.download.impl.DownloadManagerAvailabilityImpl
-
- All Implemented Interfaces:
DownloadManagerAvailability
public class DownloadManagerAvailabilityImpl extends java.lang.Object implements DownloadManagerAvailability
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<TrackerPeerSource>
peer_sources
(package private) TRTrackerAnnouncer
tracker_client
-
Constructor Summary
Constructors Constructor Description DownloadManagerAvailabilityImpl(TOTorrent to_torrent, java.util.List<java.util.List<java.lang.String>> updated_trackers, java.lang.String[] _enabled_peer_sources, java.lang.String[] _enabled_networks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
java.util.List<TrackerPeerSource>
getTrackerPeerSources()
-
-
-
Field Detail
-
peer_sources
private final java.util.List<TrackerPeerSource> peer_sources
-
tracker_client
TRTrackerAnnouncer tracker_client
-
-
Constructor Detail
-
DownloadManagerAvailabilityImpl
public DownloadManagerAvailabilityImpl(TOTorrent to_torrent, java.util.List<java.util.List<java.lang.String>> updated_trackers, java.lang.String[] _enabled_peer_sources, java.lang.String[] _enabled_networks)
-
-
Method Detail
-
getTrackerPeerSources
public java.util.List<TrackerPeerSource> getTrackerPeerSources()
- Specified by:
getTrackerPeerSources
in interfaceDownloadManagerAvailability
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceDownloadManagerAvailability
-
-