Uses of Class
org.newsclub.net.unix.AFUNIXSocket
-
-
Uses of AFUNIXSocket in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXSocket Modifier and Type Method Description AFUNIXSocketAFUNIXServerSocket. accept()static AFUNIXSocketAFUNIXSocket. connectTo(AFUNIXSocketAddress addr)Creates a newAFUNIXSocketand connects it to the givenAFUNIXSocketAddress.static AFUNIXSocketAFUNIXSocket. newInstance()Creates a new, unboundAFUNIXSocket.protected AFUNIXSocketAFUNIXServerSocket. newSocketInstance()static AFUNIXSocketAFUNIXSocket. newStrictInstance()Creates a new, unbound, "strict"AFUNIXSocket.
-