Uses of Class
org.newsclub.net.unix.CloseablePair
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of CloseablePair in org.newsclub.net.unix
Modifier and TypeClassDescriptionclass
AFSocketPair<T extends AFSomeSocket>
A pair of sockets.final class
AFUNIXSocketPair<T extends AFSomeSocket>
A pair of sockets. -
Uses of CloseablePair in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionfinal class
AFSYSTEMSocketPair<T extends AFSomeSocket>
A pair of sockets. -
Uses of CloseablePair in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionfinal class
AFTIPCSocketPair<T extends AFSomeSocket>
A pair of sockets. -
Uses of CloseablePair in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
AFVSOCKSocketPair<T extends AFSomeSocket>
A pair of sockets.