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 TypeClassDescriptionclassAFSocketPair<T extends AFSomeSocket>A pair of sockets.final classAFUNIXSocketPair<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 classAFSYSTEMSocketPair<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 classAFTIPCSocketPair<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 classAFVSOCKSocketPair<T extends AFSomeSocket>A pair of sockets.