Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / utils / RestconfConstants.java
index 4f5387a80710c86dbc02b135da71ffb4b66aac91..0237a862a1170d83a0feea592e8cd9e6296cbe44 100644 (file)
@@ -21,7 +21,10 @@ public final class RestconfConstants {
     public static final String IDENTIFIER = "identifier";
     public static final char SLASH = '/';
     public static final Splitter SLASH_SPLITTER = Splitter.on(SLASH);
-    public static final String DRAFT_PATTERN = "restconf/17";
+    public static final String DRAFT_PATTERN = "restconf/18";
+
+    public static final CharSequence DATA_SUBSCR = "data-change-event-subscription";
+    public static final CharSequence NOTIFICATION_STREAM = "notification-stream";
 
     private RestconfConstants() {
         throw new UnsupportedOperationException("Util class");