Uses of Interface
org.newsclub.net.unix.AFSocketConnector
Packages that use AFSocketConnector
Package
Description
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFSocketConnector in org.newsclub.net.unix.vsock
Classes in org.newsclub.net.unix.vsock that implement AFSocketConnectorModifier and TypeClassDescriptionfinal class
Provides access to AF_VSOCK connections that aren't directly accessible but exposed via a proxying/multiplexing Unix domain socket.Methods in org.newsclub.net.unix.vsock that return AFSocketConnectorModifier 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.