public final class SctpNotificationHandler
extends com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
AbstractNotificationHandler
实施,这将处理所有Notification
由触发器个Notification
在用户事件ChannelPipeline
一个的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, java.lang.Object o) |
com.sun.nio.sctp.HandlerResult |
handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification notification, java.lang.Object o) |
com.sun.nio.sctp.HandlerResult |
handleNotification(com.sun.nio.sctp.SendFailedNotification notification, java.lang.Object o) |
com.sun.nio.sctp.HandlerResult |
handleNotification(com.sun.nio.sctp.ShutdownNotification notification, java.lang.Object o) |
public SctpNotificationHandler(SctpChannel sctpChannel)
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.AssociationChangeNotification notification, java.lang.Object o)
handleNotification
在课堂上
com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification notification, java.lang.Object o)
handleNotification
在课堂上
com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.SendFailedNotification notification, java.lang.Object o)
handleNotification
在课堂
com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.ShutdownNotification notification, java.lang.Object o)
handleNotification
在类
com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
Copyright © 2008–2018 The Netty Project. All rights reserved.