public class AbstractNotificationHandler<T> extends Object implements NotificationHandler<T>
Constructor and Description |
---|
AbstractNotificationHandler() |
Modifier and Type | Method and Description |
---|---|
HandlerResult |
handleNotification(AssociationChangeNotification notification,
Object o) |
HandlerResult |
handleNotification(Notification notification,
Object o) |
HandlerResult |
handleNotification(PeerAddressChangeNotification notification,
Object o) |
HandlerResult |
handleNotification(SendFailedNotification notification,
Object o) |
HandlerResult |
handleNotification(ShutdownNotification notification,
Object o) |
public HandlerResult handleNotification(AssociationChangeNotification notification, Object o)
public HandlerResult handleNotification(Notification notification, Object o)
public HandlerResult handleNotification(PeerAddressChangeNotification notification, Object o)
public HandlerResult handleNotification(SendFailedNotification notification, Object o)
public HandlerResult handleNotification(ShutdownNotification notification, Object o)
Copyright © 2008-2016 The Netty Project. All Rights Reserved.