Package freenet.node.probe

Examples of freenet.node.probe.Probe


  NodeDispatcher(Node node) {
    this.node = node;
    this.tracker = node.tracker;
    this.nodeStats = node.nodeStats;
    node.getTicker().queueTimedJob(this, STALE_CONTEXT_CHECK);
    this.probe = new Probe(node);
  }
View Full Code Here

TOP

Related Classes of freenet.node.probe.Probe

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.