jdk/src/share/classes/com/sun/nio/sctp/Association.java
changeset 20742 4ae78e8060d6
parent 19835 505b6711e79b
child 23010 6dadb192ad81
equal deleted inserted replaced
20741:6eb501508669 20742:4ae78e8060d6
    49  * as being given as a parameter to {@link NotificationHandler
    49  * as being given as a parameter to {@link NotificationHandler
    50  * NotificationHandler} methods.
    50  * NotificationHandler} methods.
    51  *
    51  *
    52  * @since 1.7
    52  * @since 1.7
    53  */
    53  */
       
    54 @jdk.Exported
    54 public class Association {
    55 public class Association {
    55     private final int associationID;
    56     private final int associationID;
    56     private final int maxInStreams;
    57     private final int maxInStreams;
    57     private final int maxOutStreams;
    58     private final int maxOutStreams;
    58 
    59