Package com.subgraph.orchid.circuits.hs

Examples of com.subgraph.orchid.circuits.hs.HiddenServiceManager


    this.activeCircuits = new HashSet<CircuitImpl>();
    this.cleanInternalCircuits = new LinkedList<InternalCircuit>();
    this.random = new TorRandom();
   
    this.initializationTracker = initializationTracker;
    this.hiddenServiceManager = new HiddenServiceManager(config, directory, this);
   
    directoryDownloader.setCircuitManager(this);
  }
View Full Code Here

TOP

Related Classes of com.subgraph.orchid.circuits.hs.HiddenServiceManager

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.