Examples of HiddenServiceManager


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
Copyright © 2018 www.massapi.com. 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.