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

Print this page

        

@@ -132,10 +132,11 @@
  * They support concurrent sending and receiving, though at most one thread may be
  * sending and at most one thread may be receiving at any given time.
  *
  * @since 1.7
  */
+@jdk.Supported
 public abstract class SctpMultiChannel
     extends AbstractSelectableChannel
 {
     /**
      * Initializes a new instance of this class.