Uses of Class
org.newsclub.net.unix.AFUNIXSocketPair
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocketPair in org.newsclub.net.unix
Modifier 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 interconnectedDatagramChannel
s, using the given socket type.AFUNIXSelectorProvider.openDatagramChannelPair()
AFUNIXSelectorProvider.openDatagramChannelPair
(AFSocketType type) AFUNIXSelectorProvider.openSocketChannelPair()