What is the best way to use Unix domain sockets from Scala?
I found a Java library called JUDS , but it does not allow me to send file descriptors by socket --- the reason I want to use Unix domain sockets in the first place.
JUDS reading refers to a competing library called J-BUDS, but I cannot find it anywhere.
I could add this function to JUDS myself, but I would prefer not to reinvent the wheel if it is already in the jar file elsewhere.
source share