src/share/classes/com/sun/nio/sctp/HandlerResult.java

Print this page

        

@@ -32,10 +32,11 @@
  * value determines if the channel should try to receive another notificaiton or
  * a message before returning.
  *
  * @since 1.7
  */
+@jdk.Supported
 public enum HandlerResult {
     /**
      * Try to receieve another message or notification.
      */
     CONTINUE,