UNIX socket implementation for Java?

后端 未结 7 706
感动是毒
感动是毒 2020-11-27 16:10

I realize that since UNIX sockets are platform-specific, there has to be some non-Java code involved. Specifically, we\'re interested in using JDBC to connect to a MySQL in

7条回答
  •  北海茫月
    2020-11-27 16:28

    The JNR project (which is a loose basis for project panama) has a unix socket implementation.

提交回复
热议问题