Examples of CircuitNodeChooser


Examples of com.subgraph.orchid.circuits.path.CircuitNodeChooser

  private final Executor executor;
 
  public EntryGuards(TorConfig config, ConnectionCache connectionCache, DirectoryDownloader directoryDownloader, Directory directory) {
    this.config = config;
    this.random = new TorRandom();
    this.nodeChooser = new CircuitNodeChooser(config, directory);
    this.connectionCache = connectionCache;
    this.directory = directory;
    this.pendingProbes = new HashSet<GuardEntry>();
    this.bridges = new Bridges(config, directoryDownloader);
    this.lock = new Object();
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.