Class NioUdtAcceptorChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, ServerChannel, UdtChannel, UdtServerChannel, AttributeMap, Comparable<Channel>
Direct Known Subclasses:
NioUdtByteAcceptorChannel, NioUdtMessageAcceptorChannel

@Deprecated public abstract class NioUdtAcceptorChannel extends AbstractNioMessageChannel implements UdtServerChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
Common base for Netty Byte/Message UDT Stream/Datagram acceptors.