Uses of Interface
com.biglybt.core.dht.router.DHTRouter
Packages that use DHTRouter
Package
Description
-
Uses of DHTRouter in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTRouterMethods in com.biglybt.core.dht with parameters of type DHTRouterModifier and TypeMethodDescriptionstatic DHTDHTFactory.create(DHTTransport transport, DHTRouter router, DHTDB database, Properties properties, DHTStorageAdapter storage_adapter, DHTLogger logger) -
Uses of DHTRouter in com.biglybt.core.dht.control
Methods in com.biglybt.core.dht.control that return DHTRouterMethods in com.biglybt.core.dht.control with parameters of type DHTRouterModifier and TypeMethodDescriptionstatic DHTControlDHTControlFactory.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 DHTRouter in com.biglybt.core.dht.control.impl
Fields in com.biglybt.core.dht.control.impl declared as DHTRouterMethods in com.biglybt.core.dht.control.impl that return DHTRouterConstructors in com.biglybt.core.dht.control.impl with parameters of type DHTRouterModifierConstructorDescriptionDHTControlImpl(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 DHTRouter in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as DHTRouter -
Uses of DHTRouter in com.biglybt.core.dht.impl
Methods in com.biglybt.core.dht.impl that return DHTRouterConstructors in com.biglybt.core.dht.impl with parameters of type DHTRouterModifierConstructorDescriptionDHTImpl(DHTTransport _transport, DHTRouter _router, DHTDB _database, Properties _properties, DHTStorageAdapter _storage_adapter, DHTLogger _logger) -
Uses of DHTRouter in com.biglybt.core.dht.router
Classes in com.biglybt.core.dht.router that implement DHTRouterFields in com.biglybt.core.dht.router declared as DHTRouterMethods in com.biglybt.core.dht.router that return DHTRouterModifier and TypeMethodDescriptionstatic DHTRouterDHTRouterFactory.create(int K, int B, int max_rep_per_node, byte[] id, DHTRouterContactAttachment attachment, DHTLogger logger) protected DHTRouterDHTRouterWrapper.getDelegate()Methods in com.biglybt.core.dht.router with parameters of type DHTRouterModifier and TypeMethodDescriptionvoidRouter is not longer in usevoidDHTRouterFactoryObserver.routerCreated(DHTRouter router) Constructors in com.biglybt.core.dht.router with parameters of type DHTRouter -
Uses of DHTRouter in com.biglybt.core.dht.router.impl
Classes in com.biglybt.core.dht.router.impl that implement DHTRouter