Package com.subgraph.orchid.connections

Examples of com.subgraph.orchid.connections.ConnectionCacheImpl$CloseIdleConnectionCheckTask


  static public Directory createDirectory(TorConfig config, DirectoryStore customDirectoryStore) {
    return new DirectoryImpl(config, customDirectoryStore);
  }

  static public ConnectionCache createConnectionCache(TorConfig config, TorInitializationTracker tracker) {
    return new ConnectionCacheImpl(config, tracker);
  }
View Full Code Here

TOP

Related Classes of com.subgraph.orchid.connections.ConnectionCacheImpl$CloseIdleConnectionCheckTask

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.