Uses of Interface
com.sun.nio.sctp.Notification
-
Packages that use Notification Package Description com.sun.nio.sctp A Java API for Stream Control Transport Protocol. -
-
Uses of Notification in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement Notification Modifier and Type Class Description classAssociationChangeNotificationNotification emitted when an association has either opened or closed.classPeerAddressChangeNotificationNotification emitted when a destination address on a multi-homed peer encounters a change.classSendFailedNotificationNotification emitted when a send failed notification has been received.classShutdownNotificationNotification emitted when a peers shutdowns an the association.Methods in com.sun.nio.sctp with parameters of type Notification Modifier and Type Method Description HandlerResultAbstractNotificationHandler. handleNotification(Notification notification, T attachment)Invoked when an implementation specific notification is received from the SCTP stack.HandlerResultNotificationHandler. handleNotification(Notification notification, T attachment)Invoked when a notification is received from the SCTP stack.
-