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