Uses of Class
com.sun.nio.sctp.AbstractNotificationHandler
Packages that use AbstractNotificationHandler
Package
Description
Abstract SCTP socket interfaces which extend the core channel API.
-
Uses of AbstractNotificationHandler in io.netty.channel.sctp
Subclasses of AbstractNotificationHandler in io.netty.channel.sctpModifier and TypeClassDescriptionfinal class
AbstractNotificationHandler
implementation which will handle allNotification
s by trigger aNotification
user event in theChannelPipeline
of aSctpChannel
.