Add flag for returning the opennet ref to GetNode command
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 6e5ab0a..5cbec0f 100644 (file)
@@ -7,8 +7,11 @@ package net.pterodactylus.fcp.quelaton;
  */
 public interface FcpClient {
 
+       GetNodeCommand getNode();
        GenerateKeypairCommand generateKeypair();
        ClientGetCommand clientGet();
        ClientPutCommand clientPut();
 
+       ListPeersCommand listPeers();
+
 }