Package com.sun.nio.sctp
Class AbstractNotificationHandler<T>
- java.lang.Object
-
- com.sun.nio.sctp.AbstractNotificationHandler<T>
-
- All Implemented Interfaces:
NotificationHandler<T>
- Direct Known Subclasses:
SctpNotificationHandler
public class AbstractNotificationHandler<T> extends java.lang.Object implements NotificationHandler<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractNotificationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandlerResult
handleNotification(AssociationChangeNotification notification, java.lang.Object o)
HandlerResult
handleNotification(Notification notification, java.lang.Object o)
HandlerResult
handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)
HandlerResult
handleNotification(SendFailedNotification notification, java.lang.Object o)
HandlerResult
handleNotification(ShutdownNotification notification, java.lang.Object o)
-
-
-
Method Detail
-
handleNotification
public HandlerResult handleNotification(AssociationChangeNotification notification, java.lang.Object o)
-
handleNotification
public HandlerResult handleNotification(Notification notification, java.lang.Object o)
-
handleNotification
public HandlerResult handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)
-
handleNotification
public HandlerResult handleNotification(SendFailedNotification notification, java.lang.Object o)
-
handleNotification
public HandlerResult handleNotification(ShutdownNotification notification, java.lang.Object o)
-
-