クラス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のメソッド 修飾子と型 メソッド 説明 HandlerResultAbstractNotificationHandler. handleNotification(AssociationChangeNotification notification, T attachment)SCTPスタックからAssociationChangeNotificationを受信したときに呼び出されます。HandlerResultAbstractNotificationHandler. handleNotification(Notification notification, T attachment)SCTPスタックから実装固有の通知を受信したときに呼び出されます。HandlerResultAbstractNotificationHandler. handleNotification(PeerAddressChangeNotification notification, T attachment)SCTPスタックからPeerAddressChangeNotificationを受信したときに呼び出されます。HandlerResultAbstractNotificationHandler. handleNotification(SendFailedNotification notification, T attachment)SCTPスタックからSendFailedNotificationを受信したときに呼び出されます。HandlerResultAbstractNotificationHandler. handleNotification(ShutdownNotification notification, T attachment)SCTPスタックからShutdownNotificationを受信したときに呼び出されます。HandlerResultNotificationHandler. handleNotification(Notification notification, T attachment)SCTPスタックから通知を受信したときに呼び出されます。static HandlerResultHandlerResult. valueOf(String name)指定された名前を持つ、この型の列挙型定数を返します。static HandlerResult[]HandlerResult. values()この列挙型の定数を含む配列を、宣言されている順序で返します。