Class SctpNotificationHandler

java.lang.Object
com.sun.nio.sctp.AbstractNotificationHandler<Object>
io.netty.channel.sctp.SctpNotificationHandler
All Implemented Interfaces:
NotificationHandler<Object>

public final class SctpNotificationHandler extends AbstractNotificationHandler<Object>
AbstractNotificationHandler implementation which will handle all Notifications by trigger a Notification user event in the ChannelPipeline of a SctpChannel.