Class OioSctpChannel

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

@Deprecated public class OioSctpChannel extends AbstractOioMessageChannel implements SctpChannel
Deprecated.
SctpChannel implementation which use 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+.