- java.lang.Object
-
- com.sun.nio.sctp.ShutdownNotification
-
- All Implemented Interfaces:
-
Notification
public abstract class ShutdownNotification extends Object implements Notification
当对等体关闭关联时发出的通知。当对等体发送SHUTDOWN时 ,SCTP堆栈传递此通知,通知应用程序应停止发送数据。
- 从以下版本开始:
- 1.7
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protected
ShutdownNotification()
初始化此类的新实例。
-
-
-
方法详细信息
-
association
public abstract Association association()
返回此通知适用的关联。- Specified by:
-
association
在接口Notification
- 结果
- 关闭的关联
-
-