You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SingleCoreIOReactor: Add support for Unix domain sockets
This commit teaches `SingleCoreIOReactor` to recognize when the remote
address of a session request is for a JEP 380 Unix-domain socket and
open the corresponding type of `SocketChannel`. This is done using
reflection, since the underlying feature was added in JDK16.
0 commit comments