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 classSctpNotificationHandlerAbstractNotificationHandlerimplementation which will handle allNotifications by trigger aNotificationuser event in theChannelPipelineof aSctpChannel.
-