程序包 | 说明 |
---|---|
com.sun.nio.sctp |
This package is only included to let SCTP also compile on non-unix operation systems.
|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
限定符和类型 | 方法和说明 |
---|---|
HandlerResult |
AbstractNotificationHandler.handleNotification(AssociationChangeNotification notification,
java.lang.Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(Notification notification,
java.lang.Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(PeerAddressChangeNotification notification,
java.lang.Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(SendFailedNotification notification,
java.lang.Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(ShutdownNotification notification,
java.lang.Object o) |
static HandlerResult |
HandlerResult.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static HandlerResult[] |
HandlerResult.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
HandlerResult |
SctpNotificationHandler.handleNotification(AssociationChangeNotification notification,
java.lang.Object o) |
HandlerResult |
SctpNotificationHandler.handleNotification(PeerAddressChangeNotification notification,
java.lang.Object o) |
HandlerResult |
SctpNotificationHandler.handleNotification(SendFailedNotification notification,
java.lang.Object o) |
HandlerResult |
SctpNotificationHandler.handleNotification(ShutdownNotification notification,
java.lang.Object o) |