Searched refs:maxOutboundStreams (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DAssociation.java97 * {@code s}, where {@code 0 <= s < maxOutboundStreams()}.
101 public final int maxOutboundStreams() { method in class:Association
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpAssociationImpl.java47 .append(maxOutboundStreams())
H A DSctpChannelImpl.java931 streamNumber >= association.maxOutboundStreams())
H A DSctpMultiChannelImpl.java756 if (streamNumber < 0 || streamNumber >= assoc.maxOutboundStreams())
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSend.java129 streamNumber = assoc.maxOutboundStreams() - 1;
161 streamNumber = assoc.maxOutboundStreams() + 1;
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DSend.java437 this.maxOutStreams = association.maxOutboundStreams();

Completed in 82 milliseconds