Add GetNode command implementation
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / DefaultFcpClient.java
index 0693e1c..8d2afc0 100644 (file)
@@ -50,6 +50,11 @@ public class DefaultFcpClient implements FcpClient {
        }
 
        @Override
+       public GetNodeCommand getNode() {
+               return new GetNodeCommandImpl(threadPool, this::connect);
+       }
+
+       @Override
        public GenerateKeypairCommand generateKeypair() {
                return new GenerateKeypairCommandImpl(threadPool, this::connect);
        }