Package io.netty.channel.sctp
Class SctpNotificationHandler
- All Implemented Interfaces:
NotificationHandler<Object>
AbstractNotificationHandler
implementation which will handle all Notification
s by trigger a
Notification
user event in the ChannelPipeline
of a SctpChannel
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
fireEvent
(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:
handleNotification
in classAbstractNotificationHandler<Object>
-
handleNotification
- Overrides:
handleNotification
in classAbstractNotificationHandler<Object>
-
handleNotification
- Overrides:
handleNotification
in classAbstractNotificationHandler<Object>
-
handleNotification
- Overrides:
handleNotification
in classAbstractNotificationHandler<Object>
-
fireEvent
-