Uses of Interface
com.sun.nio.sctp.Notification
Packages that use Notification
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 Notification in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement NotificationModifier and TypeClassDescriptionclass
class
class
class
Methods in com.sun.nio.sctp with parameters of type NotificationModifier and TypeMethodDescriptionAbstractNotificationHandler.handleNotification
(Notification notification, Object o) -
Uses of Notification in io.netty.channel.sctp
Methods in io.netty.channel.sctp with parameters of type NotificationModifier and TypeMethodDescriptionprivate void
SctpNotificationHandler.fireEvent
(Notification notification)