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