Wolframe, 0.0.3

connectionHandler.hpp File Reference

Base class for the connection handler and related objects. More...

#include <string>
#include <cstddef>
#include <cstring>
#include "system/connectionEndpoint.hpp"
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::net::NetworkOperation
 Base class for a network operation. It should never be accessed directly by the user code. More...
 
class  _Wolframe::net::ReadData
 Network operation: asynchronously read a block of data. More...
 
class  _Wolframe::net::SendData
 Network operation: asynchronously send a block of data. More...
 
class  _Wolframe::net::SendString
 Network operation: asynchronously send a string (message) This is just some syntactic sugar, simplifying SendData. More...
 
class  _Wolframe::net::CloseConnection
 Network operation: close the current network connection. More...
 
class  _Wolframe::net::NoOp
 Network operation: no operation. More...
 
class  _Wolframe::net::ConnectionHandler
 The common handler for the connection status. More...
 
class  _Wolframe::ServerHandler
 The server main handler All it should do is to provide connection handlers. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::net
 Network and connection handling.
 
 _Wolframe::module
 Module base classes and object builder structures.
 

Detailed Description

Base class for the connection handler and related objects.