Add method to set burst only for peer
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / ModifyPeerCommand.java
index d7dff80..5cba91a 100644 (file)
@@ -15,6 +15,7 @@ public interface ModifyPeerCommand {
        ModifyPeerCommand disable();
        ModifyPeerCommand allowLocalAddresses();
        ModifyPeerCommand disallowLocalAddresses();
+       ModifyPeerCommand setBurstOnly();
 
        Executable<Optional<Peer>> byName(String name);
        Executable<Optional<Peer>> byIdentity(String nodeIdentity);