- 既知のすべての実装クラス:
- AssociationChangeNotification,- PeerAddressChangeNotification,- SendFailedNotification,- ShutdownNotification
public interface Notification
SCTPスタックからの通知です。
 
 この型のオブジェクトは、通知を受信したときにNotificationHandlerに渡されます。
 
 SCTPチャネルでは通知AssociationChangeNotification、PeerAddressChangeNotification、SendFailedNotification、ShutdownNotificationがサポートされ、追加の実装固有の通知をサポートすることがあります。
- 導入されたバージョン:
- 1.7
- 
メソッドのサマリー修飾子と型 メソッド 説明 Associationassociation()この通知を適用できるアソシエーションを返します。
- 
メソッドの詳細- 
associationAssociation association()この通知を適用できるアソシエーションを返します。- 戻り値:
- アソシエーション
 
 
-