1 package net.pterodactylus.fcp.quelaton;
3 import java.util.Collection;
5 import net.pterodactylus.fcp.Peer;
8 * Retrieves the list of all peers from the FCP server.
10 * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
12 public interface ListPeersCommand extends Executable<Collection<Peer>> {
14 ListPeersCommand includeMetadata();
15 ListPeersCommand includeVolatile();