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 Summary
ModifierConstructorDescriptionprotected
Initializes a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptionabstract Association
Returns the association that this notification is applicable to.
-
Constructor Details
-
ShutdownNotification
protected ShutdownNotification()Initializes a new instance of this class.
-
-
Method Details
-
association
Returns the association that this notification is applicable to.- Specified by:
association
in interfaceNotification
- Returns:
- The association that received the shutdown
-