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