#include "CeylanServerStreamSocket.h"#include "CeylanSystem.h"#include <string>#include <set>


Go to the source code of this file.
Classes | |
| class | Ceylan::Network::MultiplexedServerStreamSocket |
| Server-side implementation of a server listening socket and its connection-triggered sockets, each one corresponding to a connected client. More... | |
| class | Ceylan::Network::MultiplexedServerStreamSocket::MultiplexedServerStreamSocket::MultiplexedServerStreamSocketException |
| Mother class for all stream socket-related exceptions, on the multiplexed server side. More... | |
| class | Ceylan::Network::MultiplexedServerStreamSocket::MultiplexedServerStreamSocket::NetworkServerShutdownException |
| Exception to be raised whenever the underlyng network server is requested to shutdown. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::Network |
| Basic network management, which is an optional Ceylan feature. | |
1.5.8