Uses of Interface
com.sun.nio.sctp.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 class
AssociationChangeNotification
Notification emitted when an association has either opened or closed.class
PeerAddressChangeNotification
Notification emitted when a destination address on a multi-homed peer encounters a change.class
SendFailedNotification
Notification emitted when a send failed notification has been received.class
ShutdownNotification
Notification emitted when a peers shutdowns an the association.Methods in com.sun.nio.sctp with parameters of type Notification Modifier and Type Method Description HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, T attachment)
Invoked when an implementation specific notification is received from the SCTP stack.HandlerResult
NotificationHandler. handleNotification(Notification notification, T attachment)
Invoked when a notification is received from the SCTP stack.