|
JavaTM SCTP API DRAFT ea-b09 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sun.nio.sctp.PeerAddressChangeNotification
public abstract class PeerAddressChangeNotification
Notification emitted when a destination address on a multi-homed peer encounters a change.
| Nested Class Summary | |
|---|---|
static class |
PeerAddressChangeNotification.AddressChangeEvent
Defines 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 Summary | |
|---|---|
protected |
PeerAddressChangeNotification()
Initializes a new instance of this class. |
| Method Summary | |
|---|---|
abstract SocketAddress |
address()
Returns the peer address. |
abstract Association |
association()
Returns the association that this notification is applicable to. |
abstract PeerAddressChangeNotification.AddressChangeEvent |
event()
Returns the type of change event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PeerAddressChangeNotification()
| Method Detail |
|---|
public abstract SocketAddress address()
public abstract Association association()
association in interface Notificationpublic abstract PeerAddressChangeNotification.AddressChangeEvent event()
|
JavaTM SCTP API DRAFT ea-b09 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||