FileDocCategorySizeDatePackage
TorrentDownloadFactory.javaAPI DocAzureus 3.0.3.41425Thu Feb 09 19:43:22 GMT 2006com.aelitis.azureus.core.peermanager.download

TorrentDownloadFactory

public class TorrentDownloadFactory extends Object

Fields Summary
private static final TorrentDownloadFactory
instance
Constructors Summary
Methods Summary
public TorrentDownloadcreateDownload(org.gudy.azureus2.core3.peer.impl.PEPeerControl legacy_peer_manager)

    return new TorrentDownload( legacy_peer_manager );
  
public static com.aelitis.azureus.core.peermanager.download.TorrentDownloadFactorygetSingleton()

  
  
        return instance;