-
AFTIPCServerSocket.bindOn(org.newsclub.net.unix.AFTIPCSocketAddress addr)
Returns a new AF_TIPC
ServerSocket
that is bound to the given
AFTIPCSocketAddress
.
AFTIPCServerSocket.bindOn(org.newsclub.net.unix.AFTIPCSocketAddress addr,
boolean deleteOnClose)
Returns a new AF_TIPC
ServerSocket
that is bound to the given
AFSocketAddress
.
AFTIPCServerSocket.forceBindOn(org.newsclub.net.unix.AFTIPCSocketAddress forceAddr)
Returns a new,
unbound AF_TIPC
ServerSocket
that will always bind to the given
address, regardless of any socket address used in a call to
bind
.