Module jdk.sctp
Package com.sun.nio.sctp

Class AbstractNotificationHandler<T>

java.lang.Object
com.sun.nio.sctp.AbstractNotificationHandler<T>
所有已实现的接口:
NotificationHandler<T>

public class AbstractNotificationHandler<T> extends Object implements NotificationHandler<T>
一个消耗通知并继续的骨架处理程序。

此类通过简单实现handleNotification方法来返回CONTINUE,以便消耗所有通知并使通道继续尝试接收消息。

它还提供了handleNotification方法的重载版本,每个版本对应所需支持的通知类型:AssociationChangeNotificationPeerAddressChangeNotificationSendFailedNotificationShutdownNotification。在接收到通知时将调用适当的方法。

自版本:
1.7
  • Constructor Details

    • AbstractNotificationHandler

      protected AbstractNotificationHandler()
      初始化此类的新实例。
  • Method Details