Uses of Class
com.sun.nio.sctp.AbstractNotificationHandler
-
Packages that use AbstractNotificationHandler Package Description io.netty.channel.sctp 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.sctp Modifier and Type Class Description class
SctpNotificationHandler
AbstractNotificationHandler
implementation which will handle allNotification
s by trigger aNotification
user event in theChannelPipeline
of aSctpChannel
.
-