Uses of Interface
org.newsclub.net.unix.AFSocketConnector
Package
Description
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFSocketConnector in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
Provides access to AF_VSOCK connections that aren't directly accessible but exposed via a proxying/multiplexing Unix domain socket.Modifier and TypeMethodDescriptionAFVSOCKProxySocketConnector.openDirectConnector()
Returns an instance that is configured to connect directly to the given address.AFVSOCKProxySocketConnector.openFirecrackerStyleConnector
(AFUNIXSocketAddress connectorAddress, int allowedCID) Returns an instance that is configured to support [Firecracker-style](https://github.com/firecracker-microvm/firecracker/blob/main/docs/vsock.md) Unix domain sockets.