Package io.netty.channel.sctp
Class SctpNotificationHandler
- java.lang.Object
-
- com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
-
- io.netty.channel.sctp.SctpNotificationHandler
-
- All Implemented Interfaces:
com.sun.nio.sctp.NotificationHandler<java.lang.Object>
public final class SctpNotificationHandler extends com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
AbstractNotificationHandler
implementation which will handle allNotification
s by trigger aNotification
user event in theChannelPipeline
of aSctpChannel
.
-
-
Constructor Summary
Constructors Constructor Description SctpNotificationHandler(SctpChannel sctpChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.nio.sctp.HandlerResult
handleNotification(com.sun.nio.sctp.AssociationChangeNotification notification, java.lang.Object o)
com.sun.nio.sctp.HandlerResult
handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification notification, java.lang.Object o)
com.sun.nio.sctp.HandlerResult
handleNotification(com.sun.nio.sctp.SendFailedNotification notification, java.lang.Object o)
com.sun.nio.sctp.HandlerResult
handleNotification(com.sun.nio.sctp.ShutdownNotification notification, java.lang.Object o)
-
-
-
Constructor Detail
-
SctpNotificationHandler
public SctpNotificationHandler(SctpChannel sctpChannel)
-
-
Method Detail
-
handleNotification
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.AssociationChangeNotification notification, java.lang.Object o)
- Overrides:
handleNotification
in classcom.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
-
handleNotification
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification notification, java.lang.Object o)
- Overrides:
handleNotification
in classcom.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
-
handleNotification
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.SendFailedNotification notification, java.lang.Object o)
- Overrides:
handleNotification
in classcom.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
-
handleNotification
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.ShutdownNotification notification, java.lang.Object o)
- Overrides:
handleNotification
in classcom.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
-
-