Uses of Enum
com.sun.nio.sctp.HandlerResult
Packages that use HandlerResult
Package
Description
This package is only included to let SCTP also compile on non-unix operation systems.
Abstract SCTP socket interfaces which extend the core channel API.
-
Uses of HandlerResult in com.sun.nio.sctp
Subclasses with type arguments of type HandlerResult in com.sun.nio.sctpMethods in com.sun.nio.sctp that return HandlerResultModifier and TypeMethodDescriptionAbstractNotificationHandler.handleNotification(AssociationChangeNotification notification, Object o) AbstractNotificationHandler.handleNotification(Notification notification, Object o) AbstractNotificationHandler.handleNotification(PeerAddressChangeNotification notification, Object o) AbstractNotificationHandler.handleNotification(SendFailedNotification notification, Object o) AbstractNotificationHandler.handleNotification(ShutdownNotification notification, Object o) static HandlerResultReturns 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 HandlerResultModifier and TypeMethodDescriptionSctpNotificationHandler.handleNotification(AssociationChangeNotification notification, Object o) SctpNotificationHandler.handleNotification(PeerAddressChangeNotification notification, Object o) SctpNotificationHandler.handleNotification(SendFailedNotification notification, Object o) SctpNotificationHandler.handleNotification(ShutdownNotification notification, Object o)