com.aelitis.azureus.plugins.magnet
Class MagnetPluginMDDownloader

java.lang.Object
  extended by com.aelitis.azureus.plugins.magnet.MagnetPluginMDDownloader

public class MagnetPluginMDDownloader
extends Object


Nested Class Summary
protected static interface MagnetPluginMDDownloader.DownloadListener
           
 
Constructor Summary
protected MagnetPluginMDDownloader(MagnetPlugin _plugin, PluginInterface _plugin_interface, byte[] _hash, Set<String> _networks, InetSocketAddress[] _addresses, String _args)
           
 
Method Summary
protected  void cancel()
           
protected  void start(MagnetPluginMDDownloader.DownloadListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagnetPluginMDDownloader

protected MagnetPluginMDDownloader(MagnetPlugin _plugin,
                                   PluginInterface _plugin_interface,
                                   byte[] _hash,
                                   Set<String> _networks,
                                   InetSocketAddress[] _addresses,
                                   String _args)
Method Detail

start

protected void start(MagnetPluginMDDownloader.DownloadListener listener)

cancel

protected void cancel()