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 Modifier and Type Class 描述 class
AssociationChangeNotification
关联已打开或关闭时发出的通知。class
PeerAddressChangeNotification
多宿主对等体上的目标地址发生更改时发出的通知。class
SendFailedNotification
收到发送失败通知时发出的通知。class
ShutdownNotification
当对等体关闭关联时发出的通知。Methods in com.sun.nio.sctp with parameters of type Notification Modifier and Type 方法 描述 HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, T attachment)
当从SCTP堆栈接收到实现特定通知时调用。HandlerResult
NotificationHandler. handleNotification(Notification notification, T attachment)
Invoked when a notification is received from the SCTP stack.
-