Uses of Interface
com.biglybt.core.dht.DHTLogger
Packages that use DHTLogger
Package
Description
-
Uses of DHTLogger in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTLoggerMethods in com.biglybt.core.dht with parameters of type DHTLoggerModifier and TypeMethodDescriptionstatic DHT
DHTFactory.create
(DHTTransport transport, DHTRouter router, DHTDB database, Properties properties, DHTStorageAdapter storage_adapter, DHTLogger logger) static DHT
DHTFactory.create
(DHTTransport transport, Properties properties, DHTStorageAdapter storage_adapter, DHTNATPuncherAdapter nat_adapter, DHTLogger logger) -
Uses of DHTLogger in com.biglybt.core.dht.control
Methods in com.biglybt.core.dht.control with parameters of type DHTLoggerModifier and TypeMethodDescriptionstatic 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 DHTLogger in com.biglybt.core.dht.control.impl
Fields in com.biglybt.core.dht.control.impl declared as DHTLoggerConstructors in com.biglybt.core.dht.control.impl with parameters of type DHTLoggerModifierConstructorDescriptionDHTControlImpl
(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) DHTControlImpl
(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 DHTLogger in com.biglybt.core.dht.db
Methods in com.biglybt.core.dht.db with parameters of type DHTLoggerModifier and TypeMethodDescriptionstatic DHTDB
DHTDBFactory.create
(DHTStorageAdapter adapter, int original_republish_interval, int cache_republish_interval, byte protocol_version, DHTLogger logger) -
Uses of DHTLogger in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as DHTLoggerConstructors in com.biglybt.core.dht.db.impl with parameters of type DHTLoggerModifierConstructorDescriptionDHTDBImpl
(DHTStorageAdapter _adapter, int _original_republish_interval, int _cache_republish_interval, byte _protocol_version, DHTLogger _logger) -
Uses of DHTLogger in com.biglybt.core.dht.impl
Fields in com.biglybt.core.dht.impl declared as DHTLoggerModifier and TypeFieldDescriptionprivate final DHTLogger
DHTImpl.logger
private static DHTLogger
DHTLog.logger
Methods in com.biglybt.core.dht.impl that return DHTLoggerMethods in com.biglybt.core.dht.impl with parameters of type DHTLoggerConstructors in com.biglybt.core.dht.impl with parameters of type DHTLoggerModifierConstructorDescriptionDHTImpl
(DHTTransport _transport, DHTRouter _router, DHTDB _database, Properties _properties, DHTStorageAdapter _storage_adapter, DHTLogger _logger) DHTImpl
(DHTTransport _transport, Properties _properties, DHTStorageAdapter _storage_adapter, DHTNATPuncherAdapter _nat_adapter, DHTLogger _logger) -
Uses of DHTLogger in com.biglybt.core.dht.nat.impl
Fields in com.biglybt.core.dht.nat.impl declared as DHTLogger -
Uses of DHTLogger in com.biglybt.core.dht.router
Methods in com.biglybt.core.dht.router with parameters of type DHTLoggerModifier and TypeMethodDescriptionstatic DHTRouter
DHTRouterFactory.create
(int K, int B, int max_rep_per_node, byte[] id, DHTRouterContactAttachment attachment, DHTLogger logger) -
Uses of DHTLogger in com.biglybt.core.dht.router.impl
Fields in com.biglybt.core.dht.router.impl declared as DHTLoggerConstructors in com.biglybt.core.dht.router.impl with parameters of type DHTLoggerModifierConstructorDescriptionDHTRouterImpl
(int _K, int _B, int _max_rep_per_node, byte[] _router_node_id, DHTRouterContactAttachment _attachment, DHTLogger _logger) -
Uses of DHTLogger in com.biglybt.core.dht.transport
Methods in com.biglybt.core.dht.transport with parameters of type DHTLoggerModifier and TypeMethodDescriptionstatic DHTTransportUDP
DHTTransportFactory.createUDP
(byte protocol_version, int network, boolean v6, String ip, String default_ip, int port, int max_fails_for_live, int max_fails_for_unknown, long timeout, int send_delay, int receive_delay, boolean bootstrap_node, boolean reachable, DHTLogger logger) -
Uses of DHTLogger in com.biglybt.core.dht.transport.udp.impl
Fields in com.biglybt.core.dht.transport.udp.impl declared as DHTLoggerMethods in com.biglybt.core.dht.transport.udp.impl with parameters of type DHTLoggerModifier and TypeMethodDescriptionprotected void
DHTTransportUDPImpl.getExternalAddress
(String default_address, DHTLogger log) Constructors in com.biglybt.core.dht.transport.udp.impl with parameters of type DHTLoggerModifierConstructorDescriptionDHTTransportUDPImpl
(byte _protocol_version, int _network, boolean _v6, String _ip, String _default_ip, int _port, int _max_fails_for_live, int _max_fails_for_unknown, long _timeout, int _dht_send_delay, int _dht_receive_delay, boolean _bootstrap_node, boolean _initial_reachability, DHTLogger _logger) -
Uses of DHTLogger in com.biglybt.core.dht.transport.util
Fields in com.biglybt.core.dht.transport.util declared as DHTLoggerConstructors in com.biglybt.core.dht.transport.util with parameters of type DHTLoggerModifierConstructorDescriptionDHTTransferHandler
(DHTTransferHandler.Adapter _adapter, int _max_data, float _latency_indicator, DHTLogger _logger) DHTTransferHandler
(DHTTransferHandler.Adapter _adapter, int _max_data, DHTLogger _logger) -
Uses of DHTLogger in com.biglybt.plugin.dht
Fields in com.biglybt.plugin.dht declared as DHTLogger -
Uses of DHTLogger in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as DHTLoggerModifier and TypeFieldDescriptionprivate DHTLogger
DHTPluginImpl.dht_log
private DHTLogger
DHTPluginStorageManager.log
Constructors in com.biglybt.plugin.dht.impl with parameters of type DHTLoggerModifierConstructorDescriptionDHTPluginImpl
(DHTPlugin _dht_plugin, PluginInterface _plugin_interface, DHTNATPuncherAdapter _nat_adapter, DHTPluginImplAdapter _adapter, byte _protocol_version, int _network, boolean _v6, String _ip, int _port, ActionParameter _reseed, BooleanParameter _warn_user_param, boolean _logging, LoggerChannel _log, DHTLogger _dht_log) DHTPluginStorageManager
(int _network, DHTLogger _log, File _data_dir)