Merge "BUG 2718 : Create a diagnostic utility to track append entries replies"
[controller.git] / opendaylight / netconf / netconf-mapping-api / src / main / java / org / opendaylight / controller / netconf / mapping / api / NetconfOperationService.java
index 858636a3895d64e5afe5db06ecef0105c25a66c8..1a1a124895f240f1a85cfefd78c4172c04391b65 100644 (file)
@@ -15,18 +15,11 @@ import java.util.Set;
  */
 public interface NetconfOperationService extends AutoCloseable {
 
-    /**
-     * Get capabilities announced by server hello message.
-     */
-    Set<Capability> getCapabilities();
-
     /**
      * Get set of netconf operations that are handled by this service.
      */
     Set<NetconfOperation> getNetconfOperations();
 
-    Set<NetconfOperationFilter> getFilters();
-
     /**
      * Called when netconf session is destroyed.
      */