Uses of Class
org.newsclub.net.unix.darwin.system.AFSYSTEMServerSocket
Package
Description
The junixsocket implementation for Darwin AF_SYSTEM sockets.
-
Uses of AFSYSTEMServerSocket in org.newsclub.net.unix.darwin.system
Modifier and TypeMethodDescriptionstatic AFSYSTEMServerSocket
AFSYSTEMServerSocket.bindOn
(AFSYSTEMSocketAddress addr) Returns a new AF_SYSTEMServerSocket
that is bound to the givenAFSYSTEMSocketAddress
.static AFSYSTEMServerSocket
AFSYSTEMServerSocket.bindOn
(AFSYSTEMSocketAddress addr, boolean deleteOnClose) Returns a new AF_SYSTEMServerSocket
that is bound to the givenAFSocketAddress
.static AFSYSTEMServerSocket
AFSYSTEMServerSocket.forceBindOn
(AFSYSTEMSocketAddress forceAddr) Returns a new, unbound AF_SYSTEMServerSocket
that will always bind to the given address, regardless of any socket address used in a call tobind
.static AFSYSTEMServerSocket
AFSYSTEMServerSocket.newInstance()
Returns a new, unbound AF_SYSTEMServerSocket
.