Group: com.kohlschutter.junixsocket - All Dependencies
junixsocket-native-common · Binaries of the native JNI library for common platforms
junixsocket-core · The core system dependency; the one you want to add to your project
junixsocket-native-custom · Binaries of the native JNI library for a custom platform
junixsocket-mysql · Access MySQL databases over Unix sockets
junixsocket-server · A server-environment supporting Unix sockets
junixsocket-demo · Some example code to demo junixsocket's features
junixsocket-selftest · Runs junixsocket's unit tests as a selftest
junixsocket-parent · junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.) and even supports RMI over AF_UNIX. It is also possible to use it in conjunction with Connector/J to connect to a local MySQL server via Unix domain sockets.
junixsocket-dist · Builds a distribution of junixsocket, for the folks without Maven
junixsocket-native-cross · Builds multiple junixsocket native libraries using different profiles
junixsocket-codecoverage · Code coverage
junixsocket-tipc · The junixsocket implementation for AF_TIPC sockets
junixsocket · junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) and other socket types, such as AF_TIPC and AF_VSOCK, from Java. In contrast to other implementations, junixsocket extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.) and even supports RMI over AF_UNIX. It is also possible to use it in conjunction with Connector/J to connect to a local MySQL server via Unix domain sockets.
junixsocket-selftest-native-image · junixsocket's selftest as a GraalVM native-image; run "mvn clean package -Pnative" to create a native binary in target/junixsocket-selftest-native-image
junixsocket-vsock · The junixsocket implementation for AF_VSOCK sockets
junixsocket-darwin · The junixsocket implementation for AF_SYSTEM sockets
junixsocket-native-android · Native junixsocket libraries for Android
junixsocket-jetty · junixsocket for Jetty 12 (currently test-only; use junixsocket-jetty as a dependency)
junixsocket-demo-jpackagejlink · junixsocket jpackage/jlink demo setup