クラスcom.sun.nio.sctp.HandlerResult
の使用
パッケージ | 説明 |
---|---|
com.sun.nio.sctp |
Stream Control Transport Protocol用のJava APIです。
|
-
com.sun.nio.sctpでのHandlerResultの使用
HandlerResultを返すcom.sun.nio.sctpのメソッド 修飾子と型 メソッド 説明 HandlerResult
AbstractNotificationHandler. handleNotification(AssociationChangeNotification notification, T attachment)
SCTPスタックからAssociationChangeNotification
を受信したときに呼び出されます。HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, T attachment)
SCTPスタックから実装固有の通知を受信したときに呼び出されます。HandlerResult
AbstractNotificationHandler. handleNotification(PeerAddressChangeNotification notification, T attachment)
SCTPスタックからPeerAddressChangeNotification
を受信したときに呼び出されます。HandlerResult
AbstractNotificationHandler. handleNotification(SendFailedNotification notification, T attachment)
SCTPスタックからSendFailedNotification
を受信したときに呼び出されます。HandlerResult
AbstractNotificationHandler. handleNotification(ShutdownNotification notification, T attachment)
SCTPスタックからShutdownNotification
を受信したときに呼び出されます。HandlerResult
NotificationHandler. handleNotification(Notification notification, T attachment)
SCTPスタックから通知を受信したときに呼び出されます。static HandlerResult
HandlerResult. valueOf(String name)
指定された名前を持つ、この型の列挙型定数を返します。static HandlerResult[]
HandlerResult. values()
この列挙型の定数を含む配列を、宣言されている順序で返します。