Expose streams with all supported encodings
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / nb / rfc8040 / streams / StreamSessionHandler.java
index 5f588365fa9f72ae007fa9eba5d80474384a98b2..6b478276ebdbfc6529f6d20699ab443361e32d6f 100644 (file)
@@ -11,11 +11,6 @@ package org.opendaylight.restconf.nb.rfc8040.streams;
  * Interface for session handler that is responsible for sending of data over established session.
  */
 public interface StreamSessionHandler {
-    /**
-     * Identification of created session.
-     */
-    boolean isConnected();
-
     /**
      * Interface for sending String message through one of implementation.
      *