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 变量和类型 类 描述 class
AssociationChangeNotification
关联已打开或关闭时发出的通知。class
PeerAddressChangeNotification
当多宿主对等体上的目标地址遇到更改时发出的通知。class
SendFailedNotification
收到发送失败通知时发出的通知。class
ShutdownNotification
当对等体关闭关联时发出的通知。Methods in com.sun.nio.sctp with parameters of type Notification 变量和类型 方法 描述 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.
-