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

/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java120 Set<Association> associations = channel.associations();
121 check(!associations.isEmpty(),"There should be some associations");
122 Association bassoc = associations.iterator().next();
131 check(channel.associations().isEmpty(),
132 "there should be no associations since the only one was branched off");
207 Set<Association> assocs = serverChannel.associations();
H A DSocketOptionTests.java186 Set<Association> associations = smc.associations();
187 check(!associations.isEmpty(),"There should be some associations");
188 Association assoc = associations.iterator().next();
H A DSend.java124 Set<Association> assocs = channel.associations();
270 Set<Association> assocs = serverChannel.associations();
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpMultiChannel.java41 * <P> An SCTP multi channel supports many associations on a single socket.
169 * Returns the open associations on this channel's socket.
171 * <P> Only associations whose {@link AssociationChangeNotification.AssocChangeEvent#COMM_UP
173 * in the returned set of associations. Associations for which a
176 * event have been receive are removed from the set of associations.
178 * <P> The returned set of associations is a snapshot of the open
179 * associations at the time that this method is invoked.
181 * @return A {@code Set} containing the open associations, or an empty
190 public abstract Set<Association> associations() method in class:SctpMultiChannel
297 * <P> New associations setu
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSctpMultiChannelImpl.java53 public Set<Association> associations() { method in class:SctpMultiChannelImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpMultiChannelImpl.java234 public Set<Association> associations() method in class:SctpMultiChannelImpl
652 /* Only remove associations after user handler
740 * of the current associations controlled by this channel

Completed in 531 milliseconds