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.
Version2.1.0compared with
Version Details
| 2.0.4 | 2.1.0 | |
|---|---|---|
| Release date | Dec 01, 2014 | Dec 27, 2018 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Test Changes (6)
| 2.0.4 | 2.1.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | log4j » log4j | - | 1.2.17 |
| + Added | org.junit.jupiter » junit-jupiter-api | - | 5.1.0 |
| + Added | org.junit.jupiter » junit-jupiter-engine | - | 5.1.0 |
| + Added | org.slf4j » slf4j-api | - | 1.7.25 |
| + Added | org.slf4j » slf4j-log4j12 | - | 1.7.25 |
| - Removed | junit » junit | 4.11 | - |
