.TH "unix.h" 3 "Sun Dec 27 2020" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME unix.h \- UNIX domain sockets, streams and sessions\&. .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBost::UnixSocket\fP" .br .RI "Unix domain sockets are used for stream based connected sessions between processes on the same machine\&. " .ti -1c .RI "class \fBost::UnixStream\fP" .br .RI "Unix streams are used to represent Unix domain client connections to a local server for accepting client connections\&. " .ti -1c .RI "class \fBost::unixstream\fP" .br .RI "A more natural C++ 'unixstream' class for use by non-threaded applications\&. " .ti -1c .RI "class \fBost::UnixSession\fP" .br .RI "The Unix domain session is used to primarily to represent a client connection that can be managed on a separate thread\&. " .in -1c .SS "Namespaces" .in +1c .ti -1c .RI " \fBost\fP" .br .in -1c .SH "Detailed Description" .PP UNIX domain sockets, streams and sessions\&. .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.