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