Package com.subgraph.orchid.directory.downloader

Examples of com.subgraph.orchid.directory.downloader.DirectoryDownloaderImpl


   *                      
   * @return A new <code>DirectoryDownloader</code> instance.
   * @see DirectoryDownloaderImpl
   */
  static public DirectoryDownloaderImpl createDirectoryDownloader(TorConfig config, TorInitializationTracker initializationTracker) {
    return new DirectoryDownloaderImpl(config, initializationTracker);
  }
View Full Code Here

TOP

Related Classes of com.subgraph.orchid.directory.downloader.DirectoryDownloaderImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.