程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractNotificationHandler<T> |
限定符和类型 | 方法和说明 |
---|---|
abstract <T> MessageInfo |
SctpChannel.receive(java.nio.ByteBuffer dst,
T attachment,
NotificationHandler<T> handler) |
限定符和类型 | 类和说明 |
---|---|
class |
SctpNotificationHandler
AbstractNotificationHandler implementation which will handle all Notification s by trigger a
Notification user event in the ChannelPipeline of a SctpChannel . |