File
Doc
Category
Size
Date
Package
TorrentDownloadFactory.java
API Doc
Azureus 3.0.3.4
1425
Thu Feb 09 19:43:22 GMT 2006
com.aelitis.azureus.core.peermanager.download
TorrentDownloadFactory
java.lang.Object
public class TorrentDownloadFactory extends Object
Fields Summary
private static final TorrentDownloadFactory
instance
Constructors Summary
Methods Summary
public
TorrentDownload
createDownload
(
org.gudy.azureus2.core3.peer.impl.PEPeerControl
legacy_peer_manager)
return new TorrentDownload( legacy_peer_manager );
public static
com.aelitis.azureus.core.peermanager.download.TorrentDownloadFactory
getSingleton
()
return instance;
Java Code Source