Uses of Class
org.newsclub.net.unix.AFUNIXSocketChannel
-
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()