Uses of Class
org.newsclub.net.unix.AFUNIXServerSocket
Packages that use AFUNIXServerSocket
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXServerSocket in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXServerSocketModifier and TypeMethodDescriptionstatic AFUNIXServerSocketReturns a new AF_UNIXServerSocketthat is bound to the given path.static AFUNIXServerSocketReturns a new AF_UNIXServerSocketthat is bound to the given path.static AFUNIXServerSocketAFUNIXServerSocket.bindOn(AFUNIXSocketAddress addr) Returns a new AF_UNIXServerSocketthat is bound to the givenAFUNIXSocketAddress.static AFUNIXServerSocketAFUNIXServerSocket.bindOn(AFUNIXSocketAddress addr, boolean deleteOnClose) Returns a new AF_UNIXServerSocketthat is bound to the givenAFSocketAddress.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.AFUNIXSocketAddress.newBoundServerSocket()AFUNIXSocketAddress.newForceBoundServerSocket()static AFUNIXServerSocketAFUNIXServerSocket.newInstance()Returns a new, unbound AF_UNIXServerSocket.