Searched defs:associations (Results 1 - 3 of 3) sorted by relevance

/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 33 milliseconds