Uses of Class
org.newsclub.net.unix.AFUNIXServerSocket
-
-
Uses of AFUNIXServerSocket in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXServerSocket Modifier and Type Method Description static AFUNIXServerSocketAFUNIXServerSocket. bindOn(AFUNIXSocketAddress addr)Returns a new AF_UNIXServerSocketthat is bound to the givenAFUNIXSocketAddress.static AFUNIXServerSocketAFUNIXServerSocket. forceBindOn(AFUNIXSocketAddress forceAddr)Returns a new, unbound AF_UNIXServerSocketthat will always bind to the given address, regardless of any socket address used in a call tobind.static AFUNIXServerSocketAFUNIXServerSocket. newInstance()Returns a new, unbound AF_UNIXServerSocket.
-