Uses of Interface
com.biglybt.plugin.dht.DHTPluginInterface
Packages that use DHTPluginInterface
Package
Description
-
Uses of DHTPluginInterface in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return DHTPluginInterface -
Uses of DHTPluginInterface in com.biglybt.core.proxy.impl
Methods in com.biglybt.core.proxy.impl that return DHTPluginInterface -
Uses of DHTPluginInterface in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as DHTPluginInterfaceModifier and TypeFieldDescriptionprivate DHTPluginInterface
SubscriptionManagerImpl.dht_plugin_public
Methods in com.biglybt.core.subs.impl that return DHTPluginInterfaceModifier and TypeMethodDescriptionprivate DHTPluginInterface
SubscriptionManagerImpl.selectDHTPlugin
(SubscriptionImpl subs) private DHTPluginInterface
SubscriptionManagerImpl.selectDHTPlugin
(Download download) private DHTPluginInterface
SubscriptionManagerImpl.selectDHTPlugin
(String[] networks) Methods in com.biglybt.core.subs.impl with parameters of type DHTPluginInterfaceModifier and TypeMethodDescriptionprotected void
SubscriptionManagerImpl.getPopularitySupport
(DHTPluginInterface dht_plugin, SubscriptionImpl subs, SubscriptionPopularityListener _listener, boolean sync) private SubscriptionAssociationLookup
SubscriptionManagerImpl.lookupAssociations
(DHTPluginInterface dht_plugin, byte[] hash, String description, SubscriptionLookupListener listener) protected SubscriptionAssociationLookup
SubscriptionManagerImpl.lookupAssociationsSupport
(DHTPluginInterface dht_plugin, byte[] hash, String description, SubscriptionLookupListener _listener) -
Uses of DHTPluginInterface in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DHTPluginInterface -
Uses of DHTPluginInterface in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DHTPluginInterfaceFields in com.biglybt.pifimpl.local.ddb with type parameters of type DHTPluginInterfaceModifier and TypeFieldDescriptionprivate static Map<DHTPluginInterface,
DistributedDatabase> DDBaseImpl.dht_pi_map
Methods in com.biglybt.pifimpl.local.ddb that return DHTPluginInterfaceModifier and TypeMethodDescriptionprotected DHTPluginInterface
DDBaseImpl.getDHT()
DDBaseImpl.getDHTPlugin()
protected DHTPluginInterface
DDBaseImpl.grabDHT()
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DHTPluginInterface -
Uses of DHTPluginInterface in com.biglybt.plugin.dht
Classes in com.biglybt.plugin.dht that implement DHTPluginInterface