-
- 所有已知实现类:
-
AssociationChangeNotification,PeerAddressChangeNotification,SendFailedNotification,ShutdownNotification
public interface Notification来自SCTP堆栈的通知。收到通知后,此类对象将传递给
NotificationHandler。的SCTP通道支持下列通知:
AssociationChangeNotification,PeerAddressChangeNotification,SendFailedNotification,ShutdownNotification,并且可以支持额外的实施特定的通知。- 从以下版本开始:
- 1.7
-
-
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 Associationassociation()返回此通知适用的关联。
-
-
-
方法详细信息
-
association
Association association()
返回此通知适用的关联。- 结果
- 该协会
-
-