Package xnap.plugin.nap.net.msg.server

Examples of xnap.plugin.nap.net.msg.server.AltDownloadAckMessage.consume()


  if (msg instanceof AltDownloadAckMessage) {
      AltDownloadAckMessage m = (AltDownloadAckMessage)msg;

      if (m.nick.equals(user.getName())
    && m.filename.equals(requestFilename)) {
    m.consume();
    host = m.ip;
    port = m.port;

    // wake up thread waiting in connect()
    synchronized (lock) {
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.