Uses of Class
org.newsclub.net.unix.tipc.AFTIPCServerSocket
Packages that use AFTIPCServerSocket
-
Uses of AFTIPCServerSocket in org.newsclub.net.unix.tipc
Methods in org.newsclub.net.unix.tipc that return AFTIPCServerSocketModifier and TypeMethodDescriptionstatic AFTIPCServerSocketAFTIPCServerSocket.bindOn(AFTIPCSocketAddress addr) Returns a new AF_TIPCServerSocketthat is bound to the givenAFTIPCSocketAddress.static AFTIPCServerSocketAFTIPCServerSocket.bindOn(AFTIPCSocketAddress addr, boolean deleteOnClose) Returns a new AF_TIPCServerSocketthat is bound to the givenAFSocketAddress.static AFTIPCServerSocketAFTIPCServerSocket.forceBindOn(AFTIPCSocketAddress forceAddr) Returns a new, unbound AF_TIPCServerSocketthat will always bind to the given address, regardless of any socket address used in a call tobind.static AFTIPCServerSocketAFTIPCServerSocket.newInstance()Returns a new, unbound AF_TIPCServerSocket.