2 * © 2008 INA Service GmbH
4 package net.pterodactylus.util.fcp;
7 * Command to tell the node to list all persistent requests from the current
8 * queue, which is either the global queue or the client-local queue, depending
9 * on your {@link WatchGlobal} status.
11 * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
14 public class ListPersistentRequests extends FcpMessage {
17 * Creates a new “ListPersistentRequests” command that lists all persistent
18 * requests in the current queue.
20 public ListPersistentRequests() {
21 super("ListPersistentRequests");