1 package net.pterodactylus.fcp.quelaton;
4 * FCP client used to communicate with a Freenet node.
6 * @author <a href="bombe@freenetproject.org">David ‘Bombe’ Roden</a>
8 public interface FcpClient {
10 GetNodeCommand getNode();
11 GenerateKeypairCommand generateKeypair();
12 ClientGetCommand clientGet();
13 ClientPutCommand clientPut();
15 ListPeerCommand listPeer();
16 ListPeersCommand listPeers();
17 AddPeerCommand addPeer();
18 ListPeerNotesCommand listPeerNotes();