Uses of Class
org.newsclub.net.unix.CloseablePair
Packages that use 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
Subclasses of CloseablePair in org.newsclub.net.unixModifier 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
Subclasses of CloseablePair in org.newsclub.net.unix.darwin.systemModifier and TypeClassDescriptionfinal class
AFSYSTEMSocketPair<T extends AFSomeSocket>
A pair of sockets. -
Uses of CloseablePair in org.newsclub.net.unix.tipc
Subclasses of CloseablePair in org.newsclub.net.unix.tipcModifier and TypeClassDescriptionfinal class
AFTIPCSocketPair<T extends AFSomeSocket>
A pair of sockets. -
Uses of CloseablePair in org.newsclub.net.unix.vsock
Subclasses of CloseablePair in org.newsclub.net.unix.vsockModifier and TypeClassDescriptionfinal class
AFVSOCKSocketPair<T extends AFSomeSocket>
A pair of sockets.