- UnixDomainSocket - Class in com.etsy.net
-
This class provides a means of using Unix domain socket client/server
connections in Java
- UnixDomainSocketClient - Class in com.etsy.net
-
- UnixDomainSocketClient(String, int) - Constructor for class com.etsy.net.UnixDomainSocketClient
-
Creates a Unix domain socket and connects it to the server specified by
the socket file.
- UnixDomainSocketServer - Class in com.etsy.net
-
- UnixDomainSocketServer(String, int) - Constructor for class com.etsy.net.UnixDomainSocketServer
-
Creates a Unix domain socket and connects it to the server specified by
the socket file.
- UnixDomainSocketServer(String, int, int) - Constructor for class com.etsy.net.UnixDomainSocketServer
-
Creates a Unix domain socket and connects it to the server specified by
the socket file.
- unlink() - Method in class com.etsy.net.UnixDomainSocket
-
Unlink socket file
- UxServer - Class in com.example.groracleServer
-
Class providing Unix socket server using JUDS project
- UxServer(String) - Constructor for class com.example.groracleServer.UxServer
-
Cosntructor of the class