Uses of Interface
com.biglybt.core.dht.DHTOperationListener
Packages that use DHTOperationListener
Package
Description
-
Uses of DHTOperationListener in com.biglybt.core.dht
Classes in com.biglybt.core.dht that implement DHTOperationListenerFields in com.biglybt.core.dht declared as DHTOperationListenerMethods in com.biglybt.core.dht with parameters of type DHTOperationListenerModifier and TypeMethodDescriptionvoid
DHT.get
(byte[] key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener listener) void
DHT.put
(byte[] key, String description, byte[] value, short flags, boolean high_priority, DHTOperationListener listener) default is HIGH PRIORITY.void
DHT.put
(byte[] key, String description, byte[] value, short flags, byte life_hours, boolean high_priority, DHTOperationListener listener) void
DHT.put
(byte[] key, String description, byte[] value, short flags, byte life_hours, byte replication_control, boolean high_priority, DHTOperationListener listener) void
DHT.put
(byte[] key, String description, byte[] value, short flags, DHTOperationListener listener) default byte[]
DHT.remove
(byte[] key, String description, short flags, DHTOperationListener listener) byte[]
DHT.remove
(byte[] key, String description, DHTOperationListener listener) byte[]
DHT.remove
(DHTTransportContact[] contacts, byte[] key, String description, DHTOperationListener listener) Constructors in com.biglybt.core.dht with parameters of type DHTOperationListener -
Uses of DHTOperationListener in com.biglybt.core.dht.control
Methods in com.biglybt.core.dht.control with parameters of type DHTOperationListenerModifier and TypeMethodDescriptionvoid
DHTControl.get
(byte[] key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener listener) boolean
DHTControl.lookup
(byte[] id, String description, long timeout, DHTOperationListener listener) boolean
DHTControl.lookupEncoded
(byte[] id, String description, long timeout, boolean high_priority, DHTOperationListener listener) void
DHTControl.put
(byte[] key, String description, byte[] value, short flags, byte life_hours, byte replication_control, boolean high_priority, DHTOperationListener listener) void
DHTControl.putDirectEncodedKeys
(byte[][] keys, String description, DHTTransportValue[][] value_sets, DHTTransportContact contact, DHTOperationListener listener) byte[]
DHTControl.remove
(byte[] key, String description, short flags, DHTOperationListener listener) byte[]
DHTControl.remove
(byte[] key, String description, DHTOperationListener listener) byte[]
DHTControl.remove
(DHTTransportContact[] contacts, byte[] key, String description, DHTOperationListener listener) -
Uses of DHTOperationListener in com.biglybt.core.dht.control.impl
Classes in com.biglybt.core.dht.control.impl that implement DHTOperationListenerModifier and TypeClassDescriptionprotected static class
(package private) static class
Fields in com.biglybt.core.dht.control.impl declared as DHTOperationListenerModifier and TypeFieldDescriptionprivate final DHTOperationListener
DHTControlImpl.DHTOperationListenerDemuxer.delegate
Methods in com.biglybt.core.dht.control.impl with parameters of type DHTOperationListenerModifier and TypeMethodDescriptionvoid
DHTControlImpl.get
(byte[] unencoded_key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener get_listener) boolean
DHTControlImpl.lookup
(byte[] unencoded_key, String description, long timeout, DHTOperationListener lookup_listener) boolean
DHTControlImpl.lookupEncoded
(byte[] encoded_key, String description, long timeout, boolean high_priority, DHTOperationListener lookup_listener) void
DHTControlImpl.put
(byte[] _unencoded_key, String _description, byte[] _value, short _flags, byte _life_hours, byte _replication_control, boolean _high_priority, DHTOperationListener _listener) void
DHTControlImpl.putDirectEncodedKeys
(byte[][] encoded_keys, String description, DHTTransportValue[][] value_sets, DHTTransportContact contact, DHTOperationListener listener) byte[]
DHTControlImpl.remove
(byte[] unencoded_key, String description, short flags, DHTOperationListener listener) byte[]
DHTControlImpl.remove
(byte[] unencoded_key, String description, DHTOperationListener listener) byte[]
DHTControlImpl.remove
(DHTTransportContact[] contacts, byte[] unencoded_key, String description, DHTOperationListener listener) Constructors in com.biglybt.core.dht.control.impl with parameters of type DHTOperationListenerModifierConstructorDescriptionprotected
DHTOperationListenerDemuxer
(DHTOperationListener _delegate) protected
lookupResultHandler
(DHTOperationListener delegate) -
Uses of DHTOperationListener in com.biglybt.core.dht.impl
Methods in com.biglybt.core.dht.impl with parameters of type DHTOperationListenerModifier and TypeMethodDescriptionvoid
DHTImpl.get
(byte[] key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener listener) void
DHTImpl.put
(byte[] key, String description, byte[] value, short flags, boolean high_priority, DHTOperationListener listener) void
DHTImpl.put
(byte[] key, String description, byte[] value, short flags, byte life_hours, boolean high_priority, DHTOperationListener listener) void
DHTImpl.put
(byte[] key, String description, byte[] value, short flags, byte life_hours, byte replication_control, boolean high_priority, DHTOperationListener listener) void
DHTImpl.put
(byte[] key, String description, byte[] value, short flags, DHTOperationListener listener) byte[]
DHTImpl.remove
(byte[] key, String description, short flags, DHTOperationListener listener) byte[]
DHTImpl.remove
(byte[] key, String description, DHTOperationListener listener) byte[]
DHTImpl.remove
(DHTTransportContact[] contacts, byte[] key, String description, DHTOperationListener listener)