jdk/src/share/classes/com/sun/nio/sctp/Association.java
changeset 19835 505b6711e79b
parent 5506 202f599c92aa
child 20742 4ae78e8060d6
equal deleted inserted replaced
19834:c43d94c72c41 19835:505b6711e79b
    56     private final int maxInStreams;
    56     private final int maxInStreams;
    57     private final int maxOutStreams;
    57     private final int maxOutStreams;
    58 
    58 
    59     /**
    59     /**
    60      * Initializes a new instance of this class.
    60      * Initializes a new instance of this class.
       
    61      *
       
    62      * @param  associationID
       
    63      *         The association ID
       
    64      * @param  maxInStreams
       
    65      *         The maximum number of inbound streams
       
    66      * @param  maxOutStreams
       
    67      *         The maximum number of outbound streams
    61      */
    68      */
    62     protected Association(int associationID,
    69     protected Association(int associationID,
    63                           int maxInStreams,
    70                           int maxInStreams,
    64                           int maxOutStreams) {
    71                           int maxOutStreams) {
    65         this.associationID = associationID;
    72         this.associationID = associationID;