Description
Unix socket support for Java applications helps JVM software communicate with local services through filesystem-based sockets. It is useful for desktop integrations, daemons, and tools that need local IPC without TCP.
This is a developer library, not a network service. Applications using Unix sockets should manage permissions carefully because socket files can grant access to local services.