Class NioSctpChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, SctpChannel, AttributeMap, Comparable<Channel>

public class NioSctpChannel extends AbstractNioMessageChannel implements SctpChannel
SctpChannel implementation which use non-blocking mode and allows to read / write SctpMessages to the underlying SctpChannel. Be aware that not all operations systems support SCTP. Please refer to the documentation of your operation system, to understand what you need to do to use it. Also this feature is only supported on Java 7+.