Class SctpMessageCompletionHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class SctpMessageCompletionHandler extends MessageToMessageDecoder<SctpMessage>
MessageToMessageDecoder which will take care of handle fragmented SctpMessages, so only complete SctpMessages will be forwarded to the next ChannelInboundHandler.