Uses of Class
org.newsclub.net.unix.AFUNIXSocket

Packages that use AFUNIXSocket
org.newsclub.net.unix The actual AF_UNIX Socket implementation. 
 

Uses of AFUNIXSocket in org.newsclub.net.unix
 

Methods in org.newsclub.net.unix that return AFUNIXSocket
static AFUNIXSocket AFUNIXSocket.connectTo(AFUNIXSocketAddress addr)
          Creates a new AFUNIXSocket and connects it to the given AFUNIXSocketAddress.
static AFUNIXSocket AFUNIXSocket.newInstance()
          Creates a new, unbound AFUNIXSocket.