j

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.
https://kohlschutter.github.io/junixsocket/
Apache License, Version 2.0
Kohlschütter Search Intelligence
Christian Kohlschütter
Files download
File Operation
junixsocket-2.7.2.pom download
Apache Maven
<dependency>
  <groupId>com.kohlschutter.junixsocket</groupId>
  <artifactId>junixsocket</artifactId>
  <version>2.7.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.kohlschutter.junixsocket:junixsocket:2.7.2'
Gradle Kotlin
implementation("com.kohlschutter.junixsocket:junixsocket:2.7.2")
Scala SBT
libraryDependencies += "com.kohlschutter.junixsocket" % "junixsocket" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.kohlschutter.junixsocket', module='junixsocket', version='2.7.2')
)
Apache Ivy
<dependency org="com.kohlschutter.junixsocket" name="junixsocket" rev="2.7.2" />
Leiningen
[com.kohlschutter.junixsocket/junixsocket "2.7.2"]
Apache Buildr
'com.kohlschutter.junixsocket:junixsocket:jar:2.7.2'