Uses of Interface
com.biglybt.plugin.dht.DHTPluginProgressListener
Packages that use DHTPluginProgressListener
-
Uses of DHTPluginProgressListener in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht with parameters of type DHTPluginProgressListenerModifier and TypeMethodDescriptionbyte[]DHTPluginContact.call(DHTPluginProgressListener listener, byte[] handler_key, byte[] data, long timeout) byte[]DHTPluginContact.read(DHTPluginProgressListener listener, byte[] handler_key, byte[] key, long timeout) voidDHTPluginContact.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 DHTPluginProgressListenerModifier and TypeMethodDescriptionbyte[]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) voidDHTPluginContactImpl.write(DHTPluginProgressListener listener, byte[] handler_key, byte[] key, byte[] data, long timeout) voidDHTPluginImpl.write(DHTPluginProgressListener listener, DHTPluginContact target, byte[] handler_key, byte[] key, byte[] data, long timeout)