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