Uses of Enum Class
com.sun.nio.sctp.HandlerResult
Packages that use HandlerResult
-
Uses of HandlerResult in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return HandlerResultModifier and TypeMethodDescriptionAbstractNotificationHandler.handleNotification
(AssociationChangeNotification notification, T attachment) Invoked when anAssociationChangeNotification
is received from the SCTP stack.AbstractNotificationHandler.handleNotification
(Notification notification, T attachment) Invoked when an implementation specific notification is received from the SCTP stack.AbstractNotificationHandler.handleNotification
(PeerAddressChangeNotification notification, T attachment) Invoked when anPeerAddressChangeNotification
is received from the SCTP stack.AbstractNotificationHandler.handleNotification
(SendFailedNotification notification, T attachment) Invoked when anSendFailedNotification
is received from the SCTP stack.AbstractNotificationHandler.handleNotification
(ShutdownNotification notification, T attachment) Invoked when anShutdownNotification
is received from the SCTP stack.NotificationHandler.handleNotification
(Notification notification, T attachment) Invoked when a notification is received from the SCTP stack.static HandlerResult
Returns the enum constant of this class with the specified name.static HandlerResult[]
HandlerResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.