Package io.netty.handler.codec.sctp
package io.netty.handler.codec.sctp
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
-
ClassesClassDescriptionA ChannelHandler which receives
SctpMessages which belong to a application protocol form a specific SCTP Stream and decode it asByteBuf.MessageToMessageDecoderwhich will take care of handle fragmentedSctpMessages, so only completeSctpMessages will be forwarded to the nextChannelInboundHandler.A ChannelHandler which transformByteBuftoSctpMessageand send it through a specific stream with given protocol identifier.