Package com.subgraph.orchid.dashboard

Examples of com.subgraph.orchid.dashboard.Dashboard


    connectionCache = Tor.createConnectionCache(config, initializationTracker);
    directoryDownloader = Tor.createDirectoryDownloader(config, initializationTracker);
    circuitManager = Tor.createCircuitManager(config, directoryDownloader, directory, connectionCache, initializationTracker);
    socksListener = Tor.createSocksPortListener(config, circuitManager);
    readyLatch = new CountDownLatch(1);
    dashboard = new Dashboard();
    dashboard.addRenderables(circuitManager, directoryDownloader, socksListener);
  }
View Full Code Here

TOP

Related Classes of com.subgraph.orchid.dashboard.Dashboard

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.