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 |
---|---|
static MessageInfo |
MessageInfo.createOutgoing(Association association,
SocketAddress address,
int streamNumber) |
abstract MessageInfo |
MessageInfo.payloadProtocolID(int ppid) |
abstract <T> MessageInfo |
SctpChannel.receive(ByteBuffer dst,
T attachment,
NotificationHandler<T> handler) |
abstract MessageInfo |
MessageInfo.streamNumber(int streamNumber) |
abstract MessageInfo |
MessageInfo.unordered(boolean b) |
Modifier and Type | Method and Description |
---|---|
abstract int |
SctpChannel.send(ByteBuffer src,
MessageInfo messageInfo) |
Modifier and Type | Method and Description |
---|---|
MessageInfo |
SctpMessage.messageInfo()
Return the
MessageInfo for inbound messages or null for
outbound messages. |
Constructor and Description |
---|
SctpMessage(MessageInfo msgInfo,
ByteBuf payloadBuffer)
Essential data that is being carried within SCTP Data Chunk
|
Copyright © 2008–2015 The Netty Project. All rights reserved.