Uses of Interface
com.biglybt.plugin.dht.DHTPluginInterface
-
-
Uses of DHTPluginInterface in com.biglybt.core.content
Fields in com.biglybt.core.content declared as DHTPluginInterface Modifier and Type Field Description (package private) DHTPluginInterface
RelatedContentSearcher. dht_plugin
private DHTPluginInterface
RelatedContentManager. public_dht_plugin
Fields in com.biglybt.core.content with type parameters of type DHTPluginInterface Modifier and Type Field Description private java.util.Map<java.lang.Byte,DHTPluginInterface>
RelatedContentManager. i2p_dht_plugin_map
Methods in com.biglybt.core.content that return DHTPluginInterface Modifier and Type Method Description protected DHTPluginInterface
RelatedContentSearcher. getDHTPlugin()
private DHTPluginInterface
RelatedContentManager. selectDHT(byte networks)
Constructors in com.biglybt.core.content with parameters of type DHTPluginInterface Constructor Description RelatedContentSearcher(RelatedContentManager _manager, DistributedDatabaseTransferType _transfer_type, DHTPluginInterface _dht_plugin, boolean _defer_ddb_check)
-
Uses of DHTPluginInterface in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return DHTPluginInterface Modifier and Type Method Description static DHTPluginInterface
AEProxyFactory. getPluginDHTProxy(java.lang.String reason, java.lang.String network, java.util.Map<java.lang.String,java.lang.Object> options)
-
Uses of DHTPluginInterface in com.biglybt.core.proxy.impl
Methods in com.biglybt.core.proxy.impl that return DHTPluginInterface Modifier and Type Method Description static DHTPluginInterface
AEPluginProxyHandler. getPluginDHTProxy(java.lang.String reason, java.lang.String network, java.util.Map<java.lang.String,java.lang.Object> options)
-
Uses of DHTPluginInterface in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as DHTPluginInterface Modifier and Type Field Description private DHTPluginInterface
SubscriptionManagerImpl. dht_plugin_public
Methods in com.biglybt.core.subs.impl that return DHTPluginInterface Modifier and Type Method Description private DHTPluginInterface
SubscriptionManagerImpl. selectDHTPlugin(SubscriptionImpl subs)
private DHTPluginInterface
SubscriptionManagerImpl. selectDHTPlugin(Download download)
private DHTPluginInterface
SubscriptionManagerImpl. selectDHTPlugin(java.lang.String[] networks)
Methods in com.biglybt.core.subs.impl with parameters of type DHTPluginInterface Modifier and Type Method Description protected void
SubscriptionManagerImpl. getPopularitySupport(DHTPluginInterface dht_plugin, SubscriptionImpl subs, SubscriptionPopularityListener _listener, boolean sync)
private SubscriptionAssociationLookup
SubscriptionManagerImpl. lookupAssociations(DHTPluginInterface dht_plugin, byte[] hash, java.lang.String description, SubscriptionLookupListener listener)
protected SubscriptionAssociationLookup
SubscriptionManagerImpl. lookupAssociationsSupport(DHTPluginInterface dht_plugin, byte[] hash, java.lang.String description, SubscriptionLookupListener _listener)
-
Uses of DHTPluginInterface in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DHTPluginInterface Modifier and Type Method Description DHTPluginInterface
DistributedDatabase. getDHTPlugin()
-
Uses of DHTPluginInterface in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DHTPluginInterface Modifier and Type Field Description private DHTPluginInterface
DDBaseImpl. dht_use_accessor
Fields in com.biglybt.pifimpl.local.ddb with type parameters of type DHTPluginInterface Modifier and Type Field Description private static java.util.Map<DHTPluginInterface,DistributedDatabase>
DDBaseImpl. dht_pi_map
Methods in com.biglybt.pifimpl.local.ddb that return DHTPluginInterface Modifier and Type Method Description protected DHTPluginInterface
DDBaseImpl. getDHT()
DHTPluginInterface
DDBaseImpl. getDHTPlugin()
protected DHTPluginInterface
DDBaseImpl. grabDHT()
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginInterface Constructor Description DDBaseImpl(java.lang.String _net, DHTPluginInterface _dht)
-
Uses of DHTPluginInterface in com.biglybt.plugin.dht
Classes in com.biglybt.plugin.dht that implement DHTPluginInterface Modifier and Type Class Description class
DHTPlugin
-