Uses of Class
org.newsclub.net.unix.AFUNIXServerSocket
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXServerSocket in org.newsclub.net.unix
Modifier and TypeMethodDescriptionstatic AFUNIXServerSocket
Returns a new AF_UNIXServerSocket
that is bound to the given path.static AFUNIXServerSocket
Returns a new AF_UNIXServerSocket
that is bound to the given path.static AFUNIXServerSocket
AFUNIXServerSocket.bindOn
(AFUNIXSocketAddress addr) Returns a new AF_UNIXServerSocket
that is bound to the givenAFUNIXSocketAddress
.static AFUNIXServerSocket
AFUNIXServerSocket.bindOn
(AFUNIXSocketAddress addr, boolean deleteOnClose) Returns a new AF_UNIXServerSocket
that is bound to the givenAFSocketAddress
.static AFUNIXServerSocket
AFUNIXServerSocket.forceBindOn
(AFUNIXSocketAddress forceAddr) Returns a new, unbound AF_UNIXServerSocket
that will always bind to the given address, regardless of any socket address used in a call tobind
.AFUNIXSocketAddress.newBoundServerSocket()
AFUNIXSocketAddress.newForceBoundServerSocket()
static AFUNIXServerSocket
AFUNIXServerSocket.newInstance()
Returns a new, unbound AF_UNIXServerSocket
.