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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleNotification
(AssociationChangeNotification notification, Object o) handleNotification
(Notification notification, Object o) handleNotification
(PeerAddressChangeNotification notification, Object o) handleNotification
(SendFailedNotification notification, Object o) handleNotification
(ShutdownNotification notification, Object o)
-
Constructor Details
-
AbstractNotificationHandler
public AbstractNotificationHandler()
-
-
Method Details
-
handleNotification
-
handleNotification
-
handleNotification
-
handleNotification
-
handleNotification
-