Uses of Interface
com.biglybt.plugin.dht.DHTPluginOperationListener
-
Packages that use DHTPluginOperationListener Package Description com.biglybt.pifimpl.local.ddb com.biglybt.plugin.dht com.biglybt.plugin.dht.impl -
-
Uses of DHTPluginOperationListener in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DHTPluginOperationListener Modifier and Type Class Description protected class
DDBaseImpl.listenerMapper
-
Uses of DHTPluginOperationListener in com.biglybt.plugin.dht
Classes in com.biglybt.plugin.dht that implement DHTPluginOperationListener Modifier and Type Class Description class
DHTPluginOperationAdapter
Methods in com.biglybt.plugin.dht with parameters of type DHTPluginOperationListener Modifier and Type Method Description void
DHTPlugin. get(byte[] original_key, java.lang.String description, byte flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTPluginOperationListener original_listener)
void
DHTPluginInterface. get(byte[] original_key, java.lang.String description, byte flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTPluginOperationListener original_listener)
void
DHTPluginContact. isAlive(long timeout, DHTPluginOperationListener listener)
void
DHTPlugin. put(byte[] key, java.lang.String description, byte[] value, byte flags, boolean high_priority, DHTPluginOperationListener listener)
void
DHTPlugin. put(byte[] key, java.lang.String description, byte[] value, byte flags, DHTPluginOperationListener listener)
void
DHTPluginInterface. put(byte[] key, java.lang.String description, byte[] value, byte flags, DHTPluginOperationListener listener)
void
DHTPlugin. remove(byte[] key, java.lang.String description, DHTPluginOperationListener listener)
void
DHTPlugin. remove(DHTPluginContact[] targets, byte[] key, java.lang.String description, DHTPluginOperationListener listener)
void
DHTPluginInterface. remove(byte[] key, java.lang.String description, DHTPluginOperationListener listener)
void
DHTPluginInterface. remove(DHTPluginContact[] targets, byte[] key, java.lang.String description, DHTPluginOperationListener listener)
-
Uses of DHTPluginOperationListener in com.biglybt.plugin.dht.impl
Methods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginOperationListener Modifier and Type Method Description void
DHTPluginImpl. get(byte[] key, java.lang.String description, byte flags, int max_values, long timeout, boolean exhaustive, boolean high_priority, DHTPluginOperationListener listener)
void
DHTPluginContactImpl. isAlive(long timeout, DHTPluginOperationListener listener)
void
DHTPluginImpl. put(byte[] key, java.lang.String description, byte[] value, byte flags, boolean high_priority, DHTPluginOperationListener listener)
void
DHTPluginImpl. put(byte[] key, java.lang.String description, byte[] value, byte flags, DHTPluginOperationListener listener)
void
DHTPluginImpl. remove(byte[] key, java.lang.String description, DHTPluginOperationListener listener)
void
DHTPluginImpl. remove(DHTPluginContact[] targets, byte[] key, java.lang.String description, DHTPluginOperationListener listener)
-