Uses of Interface
com.sun.nio.sctp.Notification
-
Packages that use Notification 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。 -
-
Uses of Notification in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement Notification 变量和类型 类 描述 classAssociationChangeNotification关联已打开或关闭时发出的通知。classPeerAddressChangeNotification当多宿主对等体上的目标地址遇到更改时发出的通知。classSendFailedNotification收到发送失败通知时发出的通知。classShutdownNotification当对等体关闭关联时发出的通知。Methods in com.sun.nio.sctp with parameters of type Notification 变量和类型 方法 描述 HandlerResultAbstractNotificationHandler. handleNotification(Notification notification, T attachment)从SCTP堆栈收到实现特定通知时调用。HandlerResultNotificationHandler. handleNotification(Notification notification, T attachment)Invoked when a notification is received from the SCTP stack.
-