Class OioSctpServerChannel

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

@Deprecated public class OioSctpServerChannel extends AbstractOioMessageChannel implements SctpServerChannel
Deprecated.
SctpServerChannel implementation which use blocking mode to accept new connections and create the OioSctpChannel 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+.