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 变量和类型 方法 描述 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()
按照声明的顺序返回一个包含此枚举类型常量的数组。
-