- 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
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPeerAddressChangeNotification.AddressChangeEventDefines the type of address change event that occurred to the destination address on a multi-homed peer when it encounters a change of interface details.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedPeerAddressChangeNotification()Initializes a new instance of this class.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SocketAddressaddress()Returns the peer address.abstract Associationassociation()Returns the association that this notification is applicable to.abstract PeerAddressChangeNotification.AddressChangeEventevent()Returns the type of change event.
 
- 
- 
- 
Method Detail- 
addresspublic abstract SocketAddress address() Returns the peer address.- Returns:
- The peer address
 
 - 
associationpublic abstract Association association() Returns the association that this notification is applicable to.- Specified by:
- associationin interface- Notification
- Returns:
- The association whose peer address changed
 
 - 
eventpublic abstract PeerAddressChangeNotification.AddressChangeEvent event() Returns the type of change event.- Returns:
- The event
 
 
- 
 
-