Uses of Interface
com.biglybt.core.dht.control.DHTControl
-
Packages that use DHTControl Package Description com.biglybt.core.dht com.biglybt.core.dht.control com.biglybt.core.dht.control.impl com.biglybt.core.dht.db com.biglybt.core.dht.db.impl com.biglybt.core.dht.impl -
-
Uses of DHTControl in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTControl Modifier and Type Method Description DHTControl
DHT. getControl()
-
Uses of DHTControl in com.biglybt.core.dht.control
Methods in com.biglybt.core.dht.control that return DHTControl Modifier and Type Method Description static DHTControl
DHTControlFactory. create(DHTControlAdapter adapter, DHTTransport transport, int K, int B, int max_rep_per_node, int search_concurrency, int lookup_concurrency, int original_republish_interval, int cache_republish_interval, int cache_at_closest_n, boolean encode_keys, boolean enable_random_poking, DHTLogger logger)
static DHTControl
DHTControlFactory. create(DHTControlAdapter adapter, DHTTransport transport, DHTRouter router, DHTDB database, int K, int B, int max_rep_per_node, int search_concurrency, int lookup_concurrency, int original_republish_interval, int cache_republish_interval, int cache_at_closest_n, boolean encode_keys, boolean enable_random_poking, DHTLogger logger)
-
Uses of DHTControl in com.biglybt.core.dht.control.impl
Classes in com.biglybt.core.dht.control.impl that implement DHTControl Modifier and Type Class Description class
DHTControlImpl
-
Uses of DHTControl in com.biglybt.core.dht.db
Methods in com.biglybt.core.dht.db with parameters of type DHTControl Modifier and Type Method Description void
DHTDB. setControl(DHTControl control)
-
Uses of DHTControl in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as DHTControl Modifier and Type Field Description (package private) DHTControl
DHTDBImpl. control
Methods in com.biglybt.core.dht.db.impl with parameters of type DHTControl Modifier and Type Method Description void
DHTDBImpl. setControl(DHTControl _control)
-
Uses of DHTControl in com.biglybt.core.dht.impl
Fields in com.biglybt.core.dht.impl declared as DHTControl Modifier and Type Field Description private DHTControl
DHTImpl. control
Methods in com.biglybt.core.dht.impl that return DHTControl Modifier and Type Method Description DHTControl
DHTImpl. getControl()
-