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