Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
unix.h File Reference

UNIX domain sockets, streams and sessions. More...

#include <cc++/missing.h>
#include <cc++/socket.h>
Include dependency graph for unix.h:

Go to the source code of this file.

Data Structures

class  UnixSocket
 Unix domain sockets are used for stream based connected sessions between processes on the same machine. More...
 
class  UnixStream
 Unix streams are used to represent Unix domain client connections to a local server for accepting client connections. More...
 
class  unixstream
 A more natural C++ "unixstream" class for use by non-threaded applications. More...
 
class  UnixSession
 The Unix domain session is used to primarily to represent a client connection that can be managed on a seperate thread. More...
 

Detailed Description

UNIX domain sockets, streams and sessions.

Definition in file unix.h.