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