Object-oriented networking/multithreading infrastructure. More...
Classes | |
class | Acceptor |
class | Accepted_conn_factory |
Abstract factory for accepted connections. More... | |
class | Serial_conn_factory |
Factory class for single threaded connections. More... | |
class | Connection |
An established TCP-connection. More... | |
class | Connector_base |
class | Connector |
class | Firewall_base |
Firewall base class. More... | |
class | Inet_addr |
An object representation of internet address. More... | |
class | Null_lock |
Class which provides null synchronization. More... | |
class | network_error |
Exception class to wrap a network's subsystem errors. More... | |
class | Event_handler |
Base class for event-driven communication classes. More... | |
class | Reactor_base |
class | Reactor |
class | Reactor_interrupter |
class | Reactor_select_impl |
Reactor implementation helper based on select() system call. More... | |
class | Socket |
Relatively portable socket class. More... | |
Typedefs | |
typedef Reactor_poll_impl | ReactorImpl |
Functions | |
std::string | get_host_name () |
Returns host.domain of local processor. | |
Object-oriented networking/multithreading infrastructure.