Releases: sbt/ipcsocket
Releases · sbt/ipcsocket
1.1.0
IPC Socket 1.1.0 adds Java Native Interface (JNI) implementations in addition to the existing Java Native Access (JNA) implementations. The motivation for this for GraalVM native-image compatibility. This was contributed by @eatkins as #8
IPC Socket is a Java wrapper around interprocess communication (IPC) using java.net.ServerSocket
and java.net.Socket
as the API. On Unix-like systems, it uses Unix Domain Socket. The path is a filesystem path name. On Windows, IPC is implemented using Named Pipe. The path must refer to an entry in \\?\pipe\
or \\.\pipe\
.