Class NioDomainSocketChannel

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

public final class NioDomainSocketChannel extends AbstractNioByteChannel implements DuplexChannel
DuplexChannel which uses NIO selector based implementation to support UNIX Domain Sockets. This is only supported when using Java 16+.