Class SctpNotificationHandler
java.lang.Object
com.sun.nio.sctp.AbstractNotificationHandler<Object>
io.netty.channel.sctp.SctpNotificationHandler
- All Implemented Interfaces:
com.sun.nio.sctp.NotificationHandler<Object>
public final class SctpNotificationHandler
extends com.sun.nio.sctp.AbstractNotificationHandler<Object>
AbstractNotificationHandler implementation which will handle all Notifications by trigger a
Notification user event in the ChannelPipeline of a SctpChannel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.nio.sctp.HandlerResulthandleNotification(com.sun.nio.sctp.AssociationChangeNotification notification, Object o) com.sun.nio.sctp.HandlerResulthandleNotification(com.sun.nio.sctp.PeerAddressChangeNotification notification, Object o) com.sun.nio.sctp.HandlerResulthandleNotification(com.sun.nio.sctp.SendFailedNotification notification, Object o) com.sun.nio.sctp.HandlerResulthandleNotification(com.sun.nio.sctp.ShutdownNotification notification, Object o) Methods inherited from class com.sun.nio.sctp.AbstractNotificationHandler
handleNotification
-
Constructor Details
-
SctpNotificationHandler
-
-
Method Details
-
handleNotification
-
handleNotification
-
handleNotification
-
handleNotification
-