public final class SctpNotificationHandler extends AbstractNotificationHandler<java.lang.Object>
AbstractNotificationHandler
implementation which will handle all Notification
s by trigger a
Notification
user event in the ChannelPipeline
of a SctpChannel
.构造器和说明 |
---|
SctpNotificationHandler(SctpChannel sctpChannel) |
限定符和类型 | 方法和说明 |
---|---|
HandlerResult |
handleNotification(AssociationChangeNotification 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) |
handleNotification
public SctpNotificationHandler(SctpChannel sctpChannel)
public HandlerResult handleNotification(AssociationChangeNotification notification, java.lang.Object o)
handleNotification
在类中 AbstractNotificationHandler<java.lang.Object>
public HandlerResult handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)
handleNotification
在类中 AbstractNotificationHandler<java.lang.Object>
public HandlerResult handleNotification(SendFailedNotification notification, java.lang.Object o)
handleNotification
在类中 AbstractNotificationHandler<java.lang.Object>
public HandlerResult handleNotification(ShutdownNotification notification, java.lang.Object o)
handleNotification
在类中 AbstractNotificationHandler<java.lang.Object>