模块  jdk.sctp
软件包  com.sun.nio.sctp

Class ShutdownNotification

  • 实现的所有接口
    Notification

    public abstract class ShutdownNotification
    extends Object
    implements Notification
    当对等体关闭关联时发出的通知。

    当对等体发送SHUTDOWN时 ,SCTP堆栈发送此通知以通知应用程序它应该停止发送数据。

    从以下版本开始:
    1.7
    • 构造方法详细信息

      • ShutdownNotification

        protected ShutdownNotification()
        初始化此类的新实例。
    • 方法详细信息

      • association

        public abstract Association association()
        返回此通知适用的关联。
        Specified by:
        association in interface Notification
        结果
        收到关机的关联