请参阅: 说明
| 类 | 说明 |
|---|---|
| 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. |