See: Description
| Class | Description |
|---|---|
| SctpInboundByteStreamHandler |
A ChannelHandler which receives
SctpMessages which belong to a application protocol form a specific
SCTP Stream and decode it as ByteBuf. |
| SctpMessageCompletionHandler |
MessageToMessageDecoder which will take care of handle fragmented SctpMessages, so
only complete SctpMessages will be forwarded to the next
ChannelInboundHandler. |
| SctpMessageToMessageDecoder | |
| SctpOutboundByteStreamHandler |
A ChannelHandler which transform
ByteBuf to SctpMessage and send it through a specific stream
with given protocol identifier. |
Copyright © 2008–2018 The Netty Project. All rights reserved.