See: Description
| Class | Description |
|---|---|
| SctpInboundByteStreamHandler |
A ChannelHandler which receives
SctpMessage belongs to a application protocol form a specific SCTP Stream
and decode it as ByteBuf. |
| SctpMessageCompletionHandler | |
| SctpMessageToMessageDecoder<O> | |
| SctpOutboundByteStreamHandler |
A ChannelHandler which transform
ByteBuf to SctpMessage and send it through a specific stream
with given protocol identifier. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.