BiDirConn | A bidirectional (incoming and outgoing) connection |
CircBuffer< _Tp > | A (circular) in-memory buffer |
CMException | An abstract exception class |
CMFailure | |
CMInvalidParameter | An exception to indicate that a method was invoked with one or more invalid parameters or conditions |
CMStateChange | |
CMUnsupported | An exception to indicate an unsupported operation |
Config | Print debugging for configuration file parsing |
ConfigBadFile | An exception indicating a problem reading the file |
ConfigException | A general-purpose class for configuration file exceptions |
ConfigFactory | A factory object to instantiate the correct subclass of Config |
ConfigParseException | An exception indicating a parse error in the file |
ConfigUnfoundException | An exception indicating that an element or parameter was not found |
Connection | The top-level class for any type of connection |
ConnectionList | |
Connector | Abstract class for any type of Connector |
ConnEventHandler | Provide an mechanism to know how to deal with incoming connections |
Data | A sub-class of Message that makes it more clear that this Message object only exists as a chunk of data |
Decoder | |
Encoder | |
exception | |
FDConnector | FDConnector is an implementation of Connector that handles I/O and close events on a simple file descriptor |
fireball | |
Getcap | A configuration system based on the BSD getcap(3) library routines |
Guard | Utility class to guard a section of code to guarantee exclusive execution in a single thread, using a mutex |
History | A Connector that simulates a connection to an in-memory buffer of recent lines of data |
Incoming | A class using a Listener on which to listen for incoming connections |
invalidate_messageable | |
invoke_queue_data | |
IPSocketAddress | A SocketAddress for holding an IP address/port |
LibConfig | A configuration system based on the libconfig library |
Listener | Abstract class for any type of Listener |
LogFile | A write-only connection to a log file |
map | |
MasterController | |
Message | An object that contains messages or data to be passed |
Messageable | The interface for any type of connection that can accept messages |
Messager | Objects that are capable of sending messages |
Outlet | Provides the interface to output data on a connection |
pthread_exception | An exception object to carry information related to failures of pthread library calls |
SocketAddress | An abstract class describing the address of any type of socket |
SocketConnector | An abstract class describing connections over any type of socket |
SocketListener | A class describing how to listen on any type of socket |
Telnet | |
TTYConnector | A connection to a TTY |
UDSListener | A listener listening for connections to/on a UNIX Domain Socket |
UDSSocketAddress | A SocketAddress describing the "address" of a Unix-domain socket |
UserTTYConn | |
YAML | A configuration system for YAML configuration files |