Porting of WebSockets to Jetty in RFC-8040 RESTCONF
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / utils / RestconfConstants.java
index 0237a862a1170d83a0feea592e8cd9e6296cbe44..944b231a4a0d0866771476921f54ffa890df52d4 100644 (file)
@@ -21,10 +21,7 @@ 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/18";
-
-    public static final CharSequence DATA_SUBSCR = "data-change-event-subscription";
-    public static final CharSequence NOTIFICATION_STREAM = "notification-stream";
+    public static final String BASE_URI_PATTERN = "rests";
 
     private RestconfConstants() {
         throw new UnsupportedOperationException("Util class");