public class SctpNotificationHandler extends AbstractNotificationHandler<Object>
| 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-2012 The Netty Project. All Rights Reserved.