Uses of Class
com.sun.nio.sctp.HandlerResult
-
Packages that use HandlerResult Package Description com.sun.nio.sctp This package is only included to let SCTP also compile on non-unix operation systems.io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API. -
-
Uses of HandlerResult in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return HandlerResult Modifier and Type Method Description HandlerResultAbstractNotificationHandler. handleNotification(AssociationChangeNotification notification, java.lang.Object o)HandlerResultAbstractNotificationHandler. handleNotification(Notification notification, java.lang.Object o)HandlerResultAbstractNotificationHandler. handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)HandlerResultAbstractNotificationHandler. handleNotification(SendFailedNotification notification, java.lang.Object o)HandlerResultAbstractNotificationHandler. handleNotification(ShutdownNotification notification, java.lang.Object o)static HandlerResultHandlerResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HandlerResult[]HandlerResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HandlerResult in io.netty.channel.sctp
Methods in io.netty.channel.sctp that return HandlerResult Modifier and Type Method Description HandlerResultSctpNotificationHandler. handleNotification(AssociationChangeNotification notification, java.lang.Object o)HandlerResultSctpNotificationHandler. handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)HandlerResultSctpNotificationHandler. handleNotification(SendFailedNotification notification, java.lang.Object o)HandlerResultSctpNotificationHandler. handleNotification(ShutdownNotification notification, java.lang.Object o)
-