Package freenet.clients.fcp

Examples of freenet.clients.fcp.URIFeedMessage


      pn.deleteExtraPeerDataFile(fileNumber);
  }

  @Override
  public FCPMessage getFCPMessage() {
    return new URIFeedMessage(getTitle(), getShortText(), getText(), getPriorityClass(), getUpdatedTime(),
        sourceNodeName, composed, sent, received, uri, description);
  }
View Full Code Here

TOP

Related Classes of freenet.clients.fcp.URIFeedMessage

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.