See: Description
| Class | Description | 
|---|---|
| SctpInboundByteStreamHandler | A ChannelHandler which receives  SctpMessages which belong to a application protocol form a specific
 SCTP Stream  and decode it asByteBuf. | 
| SctpMessageCompletionHandler | MessageToMessageDecoderwhich will take care of handle fragmentedSctpMessages, so
 only completeSctpMessages will be forwarded to the nextChannelHandler. | 
| SctpMessageToMessageDecoder | |
| SctpOutboundByteStreamHandler | A ChannelHandler which transform  ByteBuftoSctpMessageand send it through a specific stream
 with given protocol identifier. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.