Class NioSctpServerChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, SctpServerChannel, ServerChannel, AttributeMap, Comparable<Channel>

public class NioSctpServerChannel extends AbstractNioMessageChannel implements SctpServerChannel
SctpServerChannel implementation which use non-blocking mode to accept new connections and create the NioSctpChannel for them. 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+.