Uses of Class
org.newsclub.net.unix.vsock.AFVSOCKSocketChannel
Packages that use AFVSOCKSocketChannel
Package
Description
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFVSOCKSocketChannel in org.newsclub.net.unix.vsock
Methods in org.newsclub.net.unix.vsock that return AFVSOCKSocketChannelModifier and TypeMethodDescriptionAFVSOCKSocket.getChannel()protected AFVSOCKSocketChannelAFVSOCKSocket.newChannel()static AFVSOCKSocketChannelAFVSOCKSocketChannel.open()Opens a socket channel.AFVSOCKProtocolFamily.openSocketChannel()AFVSOCKSelectorProvider.openSocketChannel()AFVSOCKSelectorProvider.openSocketChannel(SocketAddress sa) Methods in org.newsclub.net.unix.vsock that return types with arguments of type AFVSOCKSocketChannelModifier and TypeMethodDescriptionAFVSOCKSocketPair.open()Opens a socket pair of interconnected channels.AFVSOCKSelectorProvider.openSocketChannelPair()