请参阅: 说明
类 | 说明 |
---|---|
SctpInboundByteStreamHandler |
A ChannelHandler which receives
SctpMessage s 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 SctpMessage s, so
only complete SctpMessage s 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. |