Is there a way to use Unix domain sockets with Java NIO? I want to use NIO so that I can use Selectors on it in a single thread.
I looked at junixsocket , but it seems to only support regular sockets, not NIO channels that support the selector.
source
share