Uses of Class
org.newsclub.net.unix.vsock.AFVSOCKServerSocket
Package
Description
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFVSOCKServerSocket in org.newsclub.net.unix.vsock
Modifier and TypeMethodDescriptionstatic AFVSOCKServerSocket
AFVSOCKServerSocket.bindOn
(AFVSOCKSocketAddress addr) Returns a new AF_VSOCKServerSocket
that is bound to the givenAFVSOCKSocketAddress
.static AFVSOCKServerSocket
AFVSOCKServerSocket.bindOn
(AFVSOCKSocketAddress addr, boolean deleteOnClose) Returns a new AF_VSOCKServerSocket
that is bound to the givenAFSocketAddress
.static AFVSOCKServerSocket
AFVSOCKServerSocket.forceBindOn
(AFVSOCKSocketAddress forceAddr) Returns a new, unbound AF_VSOCKServerSocket
that will always bind to the given address, regardless of any socket address used in a call tobind
.static AFVSOCKServerSocket
AFVSOCKServerSocket.newInstance()
Returns a new, unbound AF_VSOCKServerSocket
.