| 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 | 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.getMessageInfo() |
| Constructor and Description |
|---|
SctpMessage(MessageInfo msgInfo,
io.netty.buffer.ByteBuf payloadBuffer) |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.