Uses of Class
org.newsclub.net.unix.AFUNIXSocketChannel
Packages that use AFUNIXSocketChannel
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocketChannel in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXSocketChannelModifier and TypeMethodDescriptionAFUNIXServerSocketChannel.accept()AFUNIXSocket.getChannel()protected AFUNIXSocketChannelAFUNIXSocket.newChannel()static AFUNIXSocketChannelAFUNIXSocketChannel.open()Opens a socket channel.static AFUNIXSocketChannelAFUNIXSocketChannel.open(SocketAddress remote) Opens a socket channel, connecting to the given socket address.AFUNIXSelectorProvider.openSocketChannel()AFUNIXSelectorProvider.openSocketChannel(SocketAddress sa) Methods in org.newsclub.net.unix that return types with arguments of type AFUNIXSocketChannelModifier and TypeMethodDescriptionstatic AFUNIXSocketPair<AFUNIXSocketChannel> AFUNIXSocketPair.open()Opens a socket pair of interconnected channels.AFUNIXSelectorProvider.openSocketChannelPair()