Uses of Interface
com.biglybt.core.dht.DHT
Packages that use DHT
Package
Description
-
Uses of DHT in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTModifier and TypeMethodDescriptionstatic DHTDHTFactory.create(DHTTransport transport, DHTRouter router, DHTDB database, Properties properties, DHTStorageAdapter storage_adapter, DHTLogger logger) static DHTDHTFactory.create(DHTTransport transport, Properties properties, DHTStorageAdapter storage_adapter, DHTNATPuncherAdapter nat_adapter, DHTLogger logger) -
Uses of DHT in com.biglybt.core.dht.impl
Classes in com.biglybt.core.dht.impl that implement DHT -
Uses of DHT in com.biglybt.core.dht.nat
Methods in com.biglybt.core.dht.nat with parameters of type DHTModifier and TypeMethodDescriptionstatic DHTNATPuncherDHTNATPuncherFactory.create(DHTNATPuncherAdapter adapter, DHT dht) -
Uses of DHT in com.biglybt.core.dht.nat.impl
Fields in com.biglybt.core.dht.nat.impl declared as DHTConstructors in com.biglybt.core.dht.nat.impl with parameters of type DHTModifierConstructorDescriptionDHTNATPuncherImpl(DHTNATPuncherAdapter _adapter, DHT _dht) privateDHTNATPuncherImpl(DHTNATPuncherAdapter _adapter, DHT _dht, boolean _is_secondary) -
Uses of DHT in com.biglybt.core.dht.speed
Methods in com.biglybt.core.dht.speed with parameters of type DHT -
Uses of DHT in com.biglybt.core.dht.speed.impl
Fields in com.biglybt.core.dht.speed.impl declared as DHTConstructors in com.biglybt.core.dht.speed.impl with parameters of type DHT -
Uses of DHT in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as DHT -
Uses of DHT in com.biglybt.core.networkmanager.admin.impl
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type DHTModifier and TypeMethodDescriptionprivate voidNetworkAdminDistributedNATTester.test(DHT dht, List<InetAddress> addresses) private intNetworkAdminDistributedNATTester.testSupport(DHT dht, InetAddress bind_address) -
Uses of DHT in com.biglybt.core.stats.transfer.impl
Fields in com.biglybt.core.stats.transfer.impl declared as DHTModifier and TypeFieldDescriptionprivate DHT[]LongTermStatsImpl.dhtsprivate DHT[]OverallStatsImpl.dhtsMethods in com.biglybt.core.stats.transfer.impl that return DHT -
Uses of DHT in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht that return DHT -
Uses of DHT in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as DHTMethods in com.biglybt.plugin.dht.impl that return DHTMethods in com.biglybt.plugin.dht.impl with parameters of type DHTModifier and TypeMethodDescriptionvoidDHTPluginStorageManager.exportContacts(DHT dht) voidDHTPluginStorageManager.importContacts(DHT dht) -
Uses of DHT in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as DHTModifier and TypeFieldDescriptionprivate DHTDHTOpsPanel.current_dht(package private) DHTDHTOpsView.dht(package private) DHTDHTView.dht(package private) DHTVivaldiView.dhtMethods in com.biglybt.ui.swt.views.stats with parameters of type DHT