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

Print this page

        

@@ -30,10 +30,11 @@
  * <P> When a peer sends a <i>SHUTDOWN</i>, the SCTP stack delivers this
  * notification to inform the application that it should cease sending data.
  *
  * @since 1.7
  */
+@jdk.Supported
 public abstract class ShutdownNotification implements Notification {
     /**
      * Initializes a new instance of this class.
      */
     protected ShutdownNotification() {}