Package io.netty.handler.codec.sctp
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
-
Class Summary Class Description SctpInboundByteStreamHandler A ChannelHandler which receivesSctpMessage
s which belong to a application protocol form a specific SCTP Stream and decode it asByteBuf
.SctpMessageCompletionHandler MessageToMessageDecoder
which will take care of handle fragmentedSctpMessage
s, so only completeSctpMessage
s will be forwarded to the nextChannelInboundHandler
.SctpMessageToMessageDecoder SctpOutboundByteStreamHandler A ChannelHandler which transformByteBuf
toSctpMessage
and send it through a specific stream with given protocol identifier.