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 HandlerResult
AbstractNotificationHandler. handleNotification(AssociationChangeNotification notification, java.lang.Object o)
HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, java.lang.Object o)
HandlerResult
AbstractNotificationHandler. handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)
HandlerResult
AbstractNotificationHandler. handleNotification(SendFailedNotification notification, java.lang.Object o)
HandlerResult
AbstractNotificationHandler. handleNotification(ShutdownNotification notification, java.lang.Object o)
static HandlerResult
HandlerResult. 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 HandlerResult
SctpNotificationHandler. handleNotification(AssociationChangeNotification notification, java.lang.Object o)
HandlerResult
SctpNotificationHandler. handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)
HandlerResult
SctpNotificationHandler. handleNotification(SendFailedNotification notification, java.lang.Object o)
HandlerResult
SctpNotificationHandler. handleNotification(ShutdownNotification notification, java.lang.Object o)
-