Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
HandlerResult |
AbstractNotificationHandler.handleNotification(AssociationChangeNotification notification,
Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(Notification notification,
Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(PeerAddressChangeNotification notification,
Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(SendFailedNotification notification,
Object o) |
HandlerResult |
AbstractNotificationHandler.handleNotification(ShutdownNotification notification,
Object o) |
static HandlerResult |
HandlerResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerResult[] |
HandlerResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HandlerResult |
SctpNotificationHandler.handleNotification(AssociationChangeNotification notification,
Object o) |
HandlerResult |
SctpNotificationHandler.handleNotification(PeerAddressChangeNotification notification,
Object o) |
HandlerResult |
SctpNotificationHandler.handleNotification(SendFailedNotification notification,
Object o) |
HandlerResult |
SctpNotificationHandler.handleNotification(ShutdownNotification notification,
Object o) |
Copyright © 2008-2016 The Netty Project. All Rights Reserved.