Uses of Class
org.newsclub.net.unix.vsock.AFVSOCKSocket
Package
Description
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFVSOCKSocket in org.newsclub.net.unix.vsock
Modifier and TypeMethodDescriptionAFVSOCKServerSocket.accept()
protected AFVSOCKSocket
AFVSOCKSocketFactory.configure
(AFVSOCKSocket sock) Performs some optional configuration on a newly created socket.static AFVSOCKSocket
AFVSOCKSocket.connectTo
(AFVSOCKSocketAddress addr) Creates a newAFSocket
and connects it to the givenAFVSOCKSocketAddress
.protected final AFVSOCKSocket
AFVSOCKSocketFactory.connectTo
(AFVSOCKSocketAddress addr) static AFVSOCKSocket
AFVSOCKSocket.newInstance()
Creates a new, unboundAFSocket
.protected AFVSOCKSocket
AFVSOCKSelectorProvider.newSocket()
static AFVSOCKSocket
AFVSOCKSocket.newStrictInstance()
Creates a new, unbound, "strict"AFSocket
.Modifier and TypeMethodDescriptionprotected AFVSOCKSocket
AFVSOCKSocketFactory.configure
(AFVSOCKSocket sock) Performs some optional configuration on a newly created socket.