Class NioServerDomainSocketChannel

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

public final class NioServerDomainSocketChannel extends AbstractNioMessageChannel implements ServerChannel
A ServerChannel implementation which uses NIO selector based implementation to support UNIX Domain Sockets. This is only supported when using Java 16+.