Module jdk.sctp

Class AssociationChangeNotification

java.lang.Object
com.sun.nio.sctp.AssociationChangeNotification
All Implemented Interfaces:
Notification

public abstract class AssociationChangeNotification extends Object implements Notification
Notification emitted when an association has either opened or closed.
Since:
1.7
  • Constructor Details

    • AssociationChangeNotification

      protected AssociationChangeNotification()
      Initializes a new instance of this class.
  • Method Details