Uses of Interface
com.sun.nio.sctp.Notification
Packages that use Notification
-
Uses of Notification in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement NotificationModifier and TypeClassDescriptionclass
Notification emitted when an association has either opened or closed.class
Notification emitted when a destination address on a multi-homed peer encounters a change.class
Notification emitted when a send failed notification has been received.class
Notification emitted when a peers shutdowns an the association.Methods in com.sun.nio.sctp with parameters of type NotificationModifier and TypeMethodDescriptionAbstractNotificationHandler.handleNotification(Notification notification, T attachment)
Invoked when an implementation specific notification is received from the SCTP stack.NotificationHandler.handleNotification(Notification notification, T attachment)
Invoked when a notification is received from the SCTP stack.