Uses of Interface
com.biglybt.core.dht.DHT
-
-
Uses of DHT in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHT Modifier and Type Method Description static DHT
DHTFactory. create(DHTTransport transport, DHTRouter router, DHTDB database, java.util.Properties properties, DHTStorageAdapter storage_adapter, DHTLogger logger)
static DHT
DHTFactory. create(DHTTransport transport, java.util.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 Modifier and Type Class Description class
DHTImpl
-
Uses of DHT in com.biglybt.core.dht.nat
Methods in com.biglybt.core.dht.nat with parameters of type DHT Modifier and Type Method Description static DHTNATPuncher
DHTNATPuncherFactory. 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 DHT Modifier and Type Field Description private DHT
DHTNATPuncherImpl. dht
Constructors in com.biglybt.core.dht.nat.impl with parameters of type DHT Constructor Description DHTNATPuncherImpl(DHTNATPuncherAdapter _adapter, DHT _dht)
DHTNATPuncherImpl(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 Modifier and Type Method Description static DHTSpeedTester
DHTSpeedTesterFactory. create(DHT dht)
-
Uses of DHT in com.biglybt.core.dht.speed.impl
Fields in com.biglybt.core.dht.speed.impl declared as DHT Modifier and Type Field Description private DHT
DHTSpeedTesterImpl. dht
Constructors in com.biglybt.core.dht.speed.impl with parameters of type DHT Constructor Description DHTSpeedTesterImpl(DHT _dht)
-
Uses of DHT in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as DHT Modifier and Type Field Description private DHT
GlobalManagerStatsImpl. dht_biglybt
-
Uses of DHT in com.biglybt.core.networkmanager.admin.impl
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type DHT Modifier and Type Method Description private void
NetworkAdminDistributedNATTester. test(DHT dht, java.util.List<java.net.InetAddress> addresses)
private int
NetworkAdminDistributedNATTester. testSupport(DHT dht, java.net.InetAddress bind_address)
-
Uses of DHT in com.biglybt.core.stats.transfer.impl
Fields in com.biglybt.core.stats.transfer.impl declared as DHT Modifier and Type Field Description private DHT[]
LongTermStatsImpl. dhts
private DHT[]
OverallStatsImpl. dhts
Methods in com.biglybt.core.stats.transfer.impl that return DHT Modifier and Type Method Description private DHT[]
LongTermStatsImpl. getDHTs()
-
Uses of DHT in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht that return DHT Modifier and Type Method Description DHT
DHTPlugin. getDHT(int network)
DHT[]
DHTPlugin. getDHTs()
-
Uses of DHT in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as DHT Modifier and Type Field Description private DHT
DHTPluginImpl. dht
Methods in com.biglybt.plugin.dht.impl that return DHT Modifier and Type Method Description DHT
DHTPluginImpl. getDHT()
Methods in com.biglybt.plugin.dht.impl with parameters of type DHT Modifier and Type Method Description void
DHTPluginStorageManager. exportContacts(DHT dht)
void
DHTPluginStorageManager. importContacts(DHT dht)
-
Uses of DHT in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as DHT Modifier and Type Field Description private DHT
DHTOpsPanel. current_dht
(package private) DHT
DHTOpsView. dht
(package private) DHT
DHTView. dht
(package private) DHT
VivaldiView. dht
Methods in com.biglybt.ui.swt.views.stats with parameters of type DHT Modifier and Type Method Description void
DHTOpsPanel. refreshView(DHT dht)
void
DHTOpsView. setDHT(DHT _dht)
void
DHTView. setDHT(DHT _dht)
-