Class ShutdownNotification
java.lang.Object
com.sun.nio.sctp.ShutdownNotification
- All Implemented Interfaces:
- Notification
Notification emitted when a peer shuts down an association.
 
When a peer sends a SHUTDOWN, the SCTP stack delivers this notification to inform the application that it should cease sending data.
- Since:
- 1.7
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedInitializes a new instance of this class.
- 
Method SummaryModifier and TypeMethodDescriptionabstract AssociationReturns the association that this notification is applicable to.
- 
Constructor Details- 
ShutdownNotificationprotected ShutdownNotification()Initializes a new instance of this class.
 
- 
- 
Method Details- 
associationReturns the association that this notification is applicable to.- Specified by:
- associationin interface- Notification
- Returns:
- The association that received the shutdown
 
 
-