- 
- All Known Implementing Classes:
- AssociationChangeNotification,- PeerAddressChangeNotification,- SendFailedNotification,- ShutdownNotification
 
 public interface NotificationA notification from the SCTP stack.Objects of this type are passed to the NotificationHandlerwhen a notification is received.An SCTP channel supports the following notifications: AssociationChangeNotification,PeerAddressChangeNotification,SendFailedNotification,ShutdownNotification, and may support additional implementation specific notifications.- Since:
- 1.7
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Associationassociation()Returns the association that this notification is applicable to.
 
- 
- 
- 
Method Detail- 
associationAssociation association() Returns the association that this notification is applicable to.- Returns:
- The association
 
 
- 
 
-