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

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

Uses of AFUNIXSocketAddress in org.newsclub.net.unix
 

Methods in org.newsclub.net.unix with parameters of type AFUNIXSocketAddress
static AFUNIXServerSocket AFUNIXServerSocket.bindOn(AFUNIXSocketAddress addr)
          Returns a new AF_UNIX ServerSocket that is bound to the given AFUNIXSocketAddress.
static AFUNIXSocket AFUNIXSocket.connectTo(AFUNIXSocketAddress addr)
          Creates a new AFUNIXSocket and connects it to the given AFUNIXSocketAddress.