public final class SctpNotificationHandler extends com.sun.nio.sctp.AbstractNotificationHandler<Object>
AbstractNotificationHandler implementation which will handle all Notifications by trigger a
Notification user event in the ChannelPipeline of a SctpChannel.| Constructor and Description |
|---|
SctpNotificationHandler(SctpChannel sctpChannel) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.nio.sctp.HandlerResult |
handleNotification(com.sun.nio.sctp.AssociationChangeNotification notification,
Object o) |
com.sun.nio.sctp.HandlerResult |
handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification notification,
Object o) |
com.sun.nio.sctp.HandlerResult |
handleNotification(com.sun.nio.sctp.SendFailedNotification notification,
Object o) |
com.sun.nio.sctp.HandlerResult |
handleNotification(com.sun.nio.sctp.ShutdownNotification notification,
Object o) |
public SctpNotificationHandler(SctpChannel sctpChannel)
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.AssociationChangeNotification notification,
Object o)
handleNotification in class com.sun.nio.sctp.AbstractNotificationHandler<Object>public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification notification,
Object o)
handleNotification in class com.sun.nio.sctp.AbstractNotificationHandler<Object>public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.SendFailedNotification notification,
Object o)
handleNotification in class com.sun.nio.sctp.AbstractNotificationHandler<Object>Copyright © 2008–2025 The Netty Project. All rights reserved.