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