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) 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 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) 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)