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 | Class and Description |
---|---|
class |
AbstractNotificationHandler<T> |
Modifier and Type | Method and Description |
---|---|
abstract <T> MessageInfo |
SctpChannel.receive(ByteBuffer dst,
T attachment,
NotificationHandler<T> handler) |
Modifier and Type | Class and Description |
---|---|
class |
SctpNotificationHandler
AbstractNotificationHandler implementation which will handle all Notification s by trigger a
Notification user event in the ChannelPipeline of a SctpChannel . |
Copyright © 2008–2018 The Netty Project. All rights reserved.