Uses of Interface
com.biglybt.plugin.dht.DHTPluginOperationListener
Packages that use DHTPluginOperationListener
Package
Description
-
Uses of DHTPluginOperationListener in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DHTPluginOperationListener -
Uses of DHTPluginOperationListener in com.biglybt.plugin.dht
Classes in com.biglybt.plugin.dht that implement DHTPluginOperationListenerMethods in com.biglybt.plugin.dht with parameters of type DHTPluginOperationListenerModifier and TypeMethodDescriptionvoidDHTPlugin.get(byte[] original_key, String description, byte flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTPluginOperationListener original_listener) voidDHTPluginBasicInterface.get(byte[] original_key, String description, byte flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTPluginOperationListener original_listener) voidDHTPluginContact.isAlive(long timeout, DHTPluginOperationListener listener) voidDHTPlugin.put(byte[] key, String description, byte[] value, byte flags, boolean high_priority, DHTPluginOperationListener listener) voidDHTPlugin.put(byte[] key, String description, byte[] value, byte flags, DHTPluginOperationListener listener) voidDHTPlugin.put(byte[] key, String description, byte[] value, short flags, boolean high_priority, DHTPluginOperationListener listener) voidDHTPluginBasicInterface.put(byte[] key, String description, byte[] value, byte flags, DHTPluginOperationListener listener) default voidDHTPluginBasicInterface.put(byte[] key, String description, byte[] value, short flags, boolean high_priority, DHTPluginOperationListener listener) voidDHTPlugin.remove(byte[] key, String description, short flags, DHTPluginOperationListener listener) voidDHTPlugin.remove(byte[] key, String description, DHTPluginOperationListener listener) voidDHTPlugin.remove(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) default voidDHTPluginInterface.remove(byte[] key, String description, short flags, DHTPluginOperationListener listener) voidDHTPluginInterface.remove(byte[] key, String description, DHTPluginOperationListener listener) voidDHTPluginInterface.remove(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener) -
Uses of DHTPluginOperationListener in com.biglybt.plugin.dht.impl
Methods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginOperationListenerModifier and TypeMethodDescriptionvoidDHTPluginImpl.get(byte[] key, String description, byte flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTPluginOperationListener listener) voidDHTPluginContactImpl.isAlive(long timeout, DHTPluginOperationListener listener) voidDHTPluginImpl.put(byte[] key, String description, byte[] value, byte flags, boolean high_priority, DHTPluginOperationListener listener) voidDHTPluginImpl.put(byte[] key, String description, byte[] value, byte flags, DHTPluginOperationListener listener) voidDHTPluginImpl.putEx(byte[] key, String description, byte[] value, short flags, boolean high_priority, DHTPluginOperationListener listener) voidDHTPluginImpl.remove(byte[] key, String description, short flags, DHTPluginOperationListener listener) voidDHTPluginImpl.remove(DHTPluginContact[] targets, byte[] key, String description, DHTPluginOperationListener listener)