Module jdk.sctp

Class PeerAddressChangeNotification

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

public abstract class PeerAddressChangeNotification extends Object implements Notification
Notification emitted when a destination address on a multi-homed peer encounters a change.
Since:
1.7
  • Constructor Details

    • PeerAddressChangeNotification

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