Add method to disable peer
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetNodeCommand.java
index 9d8a1a9..e55c890 100644 (file)
@@ -9,4 +9,8 @@ import net.pterodactylus.fcp.NodeData;
  */
 public interface GetNodeCommand extends Executable<NodeData> {
 
+       GetNodeCommand opennetRef();
+       GetNodeCommand includePrivate();
+       GetNodeCommand includeVolatile();
+
 }