Uses of Class
org.newsclub.net.unix.AFUNIXSocketPair
Packages that use AFUNIXSocketPair
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocketPair in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXSocketPairModifier and TypeMethodDescriptionstatic AFUNIXSocketPair<AFUNIXSocketChannel> AFUNIXSocketPair.open()Opens a socket pair of interconnected channels.AFUNIXSocketPair.openDatagram()Opens a socket pair of interconnected datagram channels.AFUNIXSocketPair.openDatagram(AFSocketType type) Opens a socket pair of interconnectedDatagramChannels, using the given socket type.AFUNIXSelectorProvider.openDatagramChannelPair()AFUNIXSelectorProvider.openDatagramChannelPair(AFSocketType type) AFUNIXSelectorProvider.openSocketChannelPair()