Uses of Class
org.newsclub.net.unix.AFUNIXSocketChannel
-
Uses of AFUNIXSocketChannel in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXSocketChannelModifier 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) 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()