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 TypeMethodDescriptionvoidDHT.get(byte[] key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener listener) voidDHT.put(byte[] key, String description, byte[] value, short flags, boolean high_priority, DHTOperationListener listener) default is HIGH PRIORITY.voidDHT.put(byte[] key, String description, byte[] value, short flags, byte life_hours, boolean high_priority, DHTOperationListener listener) voidDHT.put(byte[] key, String description, byte[] value, short flags, byte life_hours, byte replication_control, boolean high_priority, DHTOperationListener listener) voidDHT.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 TypeMethodDescriptionvoidDHTControl.get(byte[] key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener listener) booleanDHTControl.lookup(byte[] id, String description, long timeout, DHTOperationListener listener) booleanDHTControl.lookupEncoded(byte[] id, String description, long timeout, boolean high_priority, DHTOperationListener listener) voidDHTControl.put(byte[] key, String description, byte[] value, short flags, byte life_hours, byte replication_control, boolean high_priority, DHTOperationListener listener) voidDHTControl.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 classFields in com.biglybt.core.dht.control.impl declared as DHTOperationListenerModifier and TypeFieldDescriptionprivate final DHTOperationListenerDHTControlImpl.DHTOperationListenerDemuxer.delegateMethods in com.biglybt.core.dht.control.impl with parameters of type DHTOperationListenerModifier and TypeMethodDescriptionvoidDHTControlImpl.get(byte[] unencoded_key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener get_listener) booleanDHTControlImpl.lookup(byte[] unencoded_key, String description, long timeout, DHTOperationListener lookup_listener) booleanDHTControlImpl.lookupEncoded(byte[] encoded_key, String description, long timeout, boolean high_priority, DHTOperationListener lookup_listener) voidDHTControlImpl.put(byte[] _unencoded_key, String _description, byte[] _value, short _flags, byte _life_hours, byte _replication_control, boolean _high_priority, DHTOperationListener _listener) voidDHTControlImpl.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 DHTOperationListenerModifierConstructorDescriptionprotectedDHTOperationListenerDemuxer(DHTOperationListener _delegate) protectedlookupResultHandler(DHTOperationListener delegate) -
Uses of DHTOperationListener in com.biglybt.core.dht.impl
Methods in com.biglybt.core.dht.impl with parameters of type DHTOperationListenerModifier and TypeMethodDescriptionvoidDHTImpl.get(byte[] key, String description, short flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTOperationListener listener) voidDHTImpl.put(byte[] key, String description, byte[] value, short flags, boolean high_priority, DHTOperationListener listener) voidDHTImpl.put(byte[] key, String description, byte[] value, short flags, byte life_hours, boolean high_priority, DHTOperationListener listener) voidDHTImpl.put(byte[] key, String description, byte[] value, short flags, byte life_hours, byte replication_control, boolean high_priority, DHTOperationListener listener) voidDHTImpl.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)