Package io.netty.channel.sctp
Class SctpNotificationHandler
- All Implemented Interfaces:
NotificationHandler<Object>
AbstractNotificationHandler implementation which will handle all Notifications by trigger a
Notification user event in the ChannelPipeline of a SctpChannel.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfireEvent(Notification notification) handleNotification(AssociationChangeNotification notification, Object o) handleNotification(PeerAddressChangeNotification notification, Object o) handleNotification(SendFailedNotification notification, Object o) handleNotification(ShutdownNotification notification, Object o) Methods inherited from class com.sun.nio.sctp.AbstractNotificationHandler
handleNotification
-
Field Details
-
sctpChannel
-
-
Constructor Details
-
SctpNotificationHandler
-
-
Method Details
-
handleNotification
- Overrides:
handleNotificationin classAbstractNotificationHandler<Object>
-
handleNotification
- Overrides:
handleNotificationin classAbstractNotificationHandler<Object>
-
handleNotification
- Overrides:
handleNotificationin classAbstractNotificationHandler<Object>
-
handleNotification
- Overrides:
handleNotificationin classAbstractNotificationHandler<Object>
-
fireEvent
-