- java.lang.Object
- 
- com.sun.nio.sctp.ShutdownNotification
 
- 
- All Implemented Interfaces:
- Notification
 
 public abstract class ShutdownNotification extends Object implements Notification Notification emitted when a peers shutdowns an the 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 SummaryConstructors Modifier Constructor Description protectedShutdownNotification()Initializes a new instance of this class.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Associationassociation()Returns the association that this notification is applicable to.
 
- 
- 
- 
Method Detail- 
associationpublic abstract Association association() Returns the association that this notification is applicable to.- Specified by:
- associationin interface- Notification
- Returns:
- The association that received the shutdown
 
 
- 
 
-