| Package | Description |
|---|---|
| com.sun.nio.sctp |
This package is only included to let SCTP also compile on non-unix operation systems.
|
| io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationChangeNotification |
class |
PeerAddressChangeNotification |
class |
SendFailedNotification |
class |
ShutdownNotification |
| Modifier and Type | Method and Description |
|---|---|
HandlerResult |
AbstractNotificationHandler.handleNotification(Notification notification,
Object o) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
SctpNotificationEvent.notification()
Return the
Notification |
| Constructor and Description |
|---|
SctpNotificationEvent(Notification notification,
Object attachment) |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.