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.| Constructor and Description |
|---|
SctpNotificationHandler(SctpChannel sctpChannel) |
| Modifier and Type | Method and Description |
|---|---|
HandlerResult |
handleNotification(AssociationChangeNotification notification,
Object o) |
HandlerResult |
handleNotification(PeerAddressChangeNotification notification,
Object o) |
HandlerResult |
handleNotification(SendFailedNotification notification,
Object o) |
HandlerResult |
handleNotification(ShutdownNotification notification,
Object o) |
handleNotificationpublic SctpNotificationHandler(SctpChannel sctpChannel)
public HandlerResult handleNotification(AssociationChangeNotification notification, Object o)
handleNotification in class AbstractNotificationHandler<Object>public HandlerResult handleNotification(PeerAddressChangeNotification notification, Object o)
handleNotification in class AbstractNotificationHandler<Object>public HandlerResult handleNotification(SendFailedNotification notification, Object o)
handleNotification in class AbstractNotificationHandler<Object>public HandlerResult handleNotification(ShutdownNotification notification, Object o)
handleNotification in class AbstractNotificationHandler<Object>Copyright © 2008–2025 The Netty Project. All rights reserved.