Uses of Interface
com.sun.nio.sctp.Notification
-
Packages that use Notification 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 Notification in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement Notification Modifier and Type Class Description class
AssociationChangeNotification
class
PeerAddressChangeNotification
class
SendFailedNotification
class
ShutdownNotification
Methods in com.sun.nio.sctp with parameters of type Notification Modifier and Type Method Description HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, java.lang.Object o)
-
Uses of Notification in io.netty.channel.sctp
Methods in io.netty.channel.sctp with parameters of type Notification Modifier and Type Method Description private void
SctpNotificationHandler. fireEvent(Notification notification)
-