Package freenet.support.transport.ip

Examples of freenet.support.transport.ip.IPAddressDetector


  SimpleUserAlert maybeSymmetricAlert;
 
  public NodeIPDetector(Node node) {
    this.node = node;
    ipDetectorManager = new IPDetectorPluginManager(node, this);
    ipDetector = new IPAddressDetector(SECONDS.toMillis(10), this);
    invalidAddressOverrideAlert = new InvalidAddressOverrideUserAlert(node);
    primaryIPUndetectedAlert = new IPUndetectedUserAlert(node);
    portDetectors = new NodeIPPortDetector[0];
  }
View Full Code Here

TOP

Related Classes of freenet.support.transport.ip.IPAddressDetector

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.