java.lang.Object
com.sun.nio.sctp.PeerAddressChangeNotification
- 所有实现的接口:
-
Notification
当多宿主对等体上的目标地址遇到变化时发出的通知。
- 自版本:
- 1.7
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
定义了当多宿主对等体上的目标地址遇到接口详细信息变化时发生的地址变更事件类型。 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract SocketAddress
address()
返回对等体地址。abstract Association
返回适用于此通知的关联。event()
返回变更事件类型。
-
Constructor Details
-
PeerAddressChangeNotification
protected PeerAddressChangeNotification()初始化此类的新实例。
-
-
Method Details
-
address
返回对等体地址。- 返回:
- 对等体地址
-
association
返回适用于此通知的关联。- 指定者:
-
association
在接口Notification
- 返回:
- 发生对等体地址变更的关联
-
event
返回变更事件类型。- 返回:
- 事件
-