junixsocket-demo

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.

License

License

GroupId

GroupId

no.fiken.oss.junixsocket
ArtifactId

ArtifactId

junixsocket-demo
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

junixsocket-demo
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.
Project Organization

Project Organization

Kohlschütter Search Intelligence

Download junixsocket-demo

How to add to project

<!-- https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-demo/ -->
<dependency>
    <groupId>no.fiken.oss.junixsocket</groupId>
    <artifactId>junixsocket-demo</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-demo/
implementation 'no.fiken.oss.junixsocket:junixsocket-demo:1.0.2'
// https://jarcasting.com/artifacts/no.fiken.oss.junixsocket/junixsocket-demo/
implementation ("no.fiken.oss.junixsocket:junixsocket-demo:1.0.2")
'no.fiken.oss.junixsocket:junixsocket-demo:jar:1.0.2'
<dependency org="no.fiken.oss.junixsocket" name="junixsocket-demo" rev="1.0.2">
  <artifact name="junixsocket-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.fiken.oss.junixsocket', module='junixsocket-demo', version='1.0.2')
)
libraryDependencies += "no.fiken.oss.junixsocket" % "junixsocket-demo" % "1.0.2"
[no.fiken.oss.junixsocket/junixsocket-demo "1.0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
no.fiken.oss.junixsocket : junixsocket-native-common jar 1.0.2
no.fiken.oss.junixsocket : junixsocket-common jar 1.0.2
no.fiken.oss.junixsocket : junixsocket-mysql jar 1.0.2
no.fiken.oss.junixsocket : junixsocket-rmi jar 1.0.2
org.slf4j : slf4j-api jar 1.7.7
log4j : log4j jar 1.2.17

runtime (1)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.34

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.7
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.
no.fiken.oss.junixsocket

Kohlschütter Search Intelligence

Versions

Version
1.0.2
1.0.1
1.0.0