Add GetNode command implementation
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 905dd4f..5cbec0f 100644 (file)
@@ -7,7 +7,11 @@ package net.pterodactylus.fcp.quelaton;
  */
 public interface FcpClient {
 
+       GetNodeCommand getNode();
        GenerateKeypairCommand generateKeypair();
        ClientGetCommand clientGet();
+       ClientPutCommand clientPut();
+
+       ListPeersCommand listPeers();
 
 }