Uses of Interface
com.biglybt.plugin.tracker.dht.DHTTrackerPluginAlt.LookupListener
-
Packages that use DHTTrackerPluginAlt.LookupListener Package Description com.biglybt.plugin.tracker.dht -
-
Uses of DHTTrackerPluginAlt.LookupListener in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht declared as DHTTrackerPluginAlt.LookupListener Modifier and Type Field Description private DHTTrackerPluginAlt.LookupListener
DHTTrackerPluginAlt.GetPeersTask. listener
Methods in com.biglybt.plugin.tracker.dht with parameters of type DHTTrackerPluginAlt.LookupListener Modifier and Type Method Description protected void
DHTTrackerPluginAlt. get(byte[] hash, boolean no_seeds, DHTTrackerPluginAlt.LookupListener listener)
private void
DHTTrackerPluginAlt. getSupport(byte[] hash, boolean no_seeds, DHTTrackerPluginAlt.LookupListener listener)
Constructors in com.biglybt.plugin.tracker.dht with parameters of type DHTTrackerPluginAlt.LookupListener Constructor Description GetPeersTask(java.net.DatagramSocket _server, java.util.List<DHTTransportAlternativeContact> _contacts, byte[] _torrent_hash, boolean _no_seeds, DHTTrackerPluginAlt.LookupListener _listener)
-