Package junixsocket: Information

    Binary package: junixsocket
    Version: 1.3-alt6
    Architecture: e2kv5
    Build time:  Jul 23, 2021, 11:43 PM
    Source package: junixsocket
    Category: Development/Java
    Report package bug
    License: Apache Software License 2.0
    Summary: Java/JNI library that allows the use of Unix Domain Sockets
    Description: 
    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.

    Maintainer: Igor Vlasenko


    Last changed


    June 18, 2019 Gleb Fotengauer-Malinovskiy 1.3-alt6
    - Fixed build on ppc64le and aarch64 architectures.
    Feb. 14, 2016 Igor Vlasenko 1.3-alt5
    - fixed build with java8
    April 4, 2012 Igor Vlasenko 1.3-alt4
    - fixed build with java7