Examples of maybeDisconnected()


Examples of freenet.io.xfer.PacketThrottle.maybeDisconnected()

    }
    PacketThrottle throttle;
    synchronized(this) {
      throttle = _lastThrottle;
    }
    if(throttle != null) throttle.maybeDisconnected();
    Logger.normal(this, "Completed handshake with " + this + " on " + replyTo + " - current: " + currentTracker +
      " old: " + previousTracker + " unverified: " + unverifiedTracker + " bootID: " + thisBootID + (bootIDChanged ? "(changed) " : "") + " for " + shortToString());

    setPeerNodeStatus(now);
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.