Uses of Class
com.sun.nio.sctp.HandlerResult
-
Packages that use HandlerResult 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。 -
-
Uses of HandlerResult in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return HandlerResult Modifier and Type 方法 描述 HandlerResult
AbstractNotificationHandler. handleNotification(AssociationChangeNotification notification, T attachment)
当从SCTP堆栈接收到AssociationChangeNotification
时调用。HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, T attachment)
当从SCTP堆栈接收到实现特定通知时调用。HandlerResult
AbstractNotificationHandler. handleNotification(PeerAddressChangeNotification notification, T attachment)
当从SCTP堆栈接收到PeerAddressChangeNotification
时调用。HandlerResult
AbstractNotificationHandler. handleNotification(SendFailedNotification notification, T attachment)
当从SCTP堆栈接收到SendFailedNotification
时调用。HandlerResult
AbstractNotificationHandler. handleNotification(ShutdownNotification notification, T attachment)
当从SCTP堆栈接收到ShutdownNotification
时调用。HandlerResult
NotificationHandler. handleNotification(Notification notification, T attachment)
从SCTP堆栈收到通知时调用。static HandlerResult
HandlerResult. valueOf(String name)
以指定的名称返回此类型的枚举常量。static HandlerResult[]
HandlerResult. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
-