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 方法 描述 HandlerResultAbstractNotificationHandler. handleNotification(AssociationChangeNotification notification, T attachment)当从SCTP堆栈接收到AssociationChangeNotification时调用。HandlerResultAbstractNotificationHandler. handleNotification(Notification notification, T attachment)当从SCTP堆栈接收到实现特定通知时调用。HandlerResultAbstractNotificationHandler. handleNotification(PeerAddressChangeNotification notification, T attachment)当从SCTP堆栈接收到PeerAddressChangeNotification时调用。HandlerResultAbstractNotificationHandler. handleNotification(SendFailedNotification notification, T attachment)当从SCTP堆栈接收到SendFailedNotification时调用。HandlerResultAbstractNotificationHandler. handleNotification(ShutdownNotification notification, T attachment)当从SCTP堆栈接收到ShutdownNotification时调用。HandlerResultNotificationHandler. handleNotification(Notification notification, T attachment)从SCTP堆栈收到通知时调用。static HandlerResultHandlerResult. valueOf(String name)以指定的名称返回此类型的枚举常量。static HandlerResult[]HandlerResult. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。
-