Uses of Interface
com.biglybt.plugin.dht.DHTPluginProgressListener
-
Packages that use DHTPluginProgressListener Package Description com.biglybt.plugin.dht com.biglybt.plugin.dht.impl -
-
Uses of DHTPluginProgressListener in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht with parameters of type DHTPluginProgressListener Modifier and Type Method Description byte[]
DHTPluginContact. call(DHTPluginProgressListener listener, byte[] handler_key, byte[] data, long timeout)
byte[]
DHTPluginContact. read(DHTPluginProgressListener listener, byte[] handler_key, byte[] key, long timeout)
void
DHTPluginContact. write(DHTPluginProgressListener listener, byte[] handler_key, byte[] key, byte[] data, long timeout)
-
Uses of DHTPluginProgressListener in com.biglybt.plugin.dht.impl
Methods in com.biglybt.plugin.dht.impl with parameters of type DHTPluginProgressListener Modifier and Type Method Description byte[]
DHTPluginContactImpl. call(DHTPluginProgressListener listener, byte[] handler_key, byte[] data, long timeout)
byte[]
DHTPluginImpl. call(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] data, long timeout)
byte[]
DHTPluginContactImpl. read(DHTPluginProgressListener listener, byte[] handler_key, byte[] key, long timeout)
byte[]
DHTPluginImpl. read(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, long timeout)
void
DHTPluginContactImpl. write(DHTPluginProgressListener listener, byte[] handler_key, byte[] key, byte[] data, long timeout)
void
DHTPluginImpl. write(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, byte[] data, long timeout)
-