Skip to content

Releases: sbt/ipcsocket

1.1.0

22 Jun 04:09
9a4194b
Compare
Choose a tag to compare

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\.

1.0.1

30 Mar 03:35
v1.0.1
b2036b0
Compare
Choose a tag to compare