Module jdk.sctp
Package com.sun.nio.sctp

Interface Notification

所有已知的实现类:
AssociationChangeNotification, PeerAddressChangeNotification, SendFailedNotification, ShutdownNotification

public interface Notification
SCTP堆栈的通知。

当接收到通知时,将传递给NotificationHandler的此类型对象。

SCTP通道支持以下通知: AssociationChangeNotification, PeerAddressChangeNotification, SendFailedNotification, ShutdownNotification,并可能支持其他特定实现的通知。

自Java版本:
1.7
  • Method Summary

    Modifier and Type
    Method
    Description
    返回适用于此通知的关联。
  • Method Details

    • association

      Association association()
      返回适用于此通知的关联。
      返回:
      关联