Wolframe, 0.0.3

connectionEndpoint.hpp File Reference

Classes for network endpoints. More...

#include <string>
#include <vector>
#include <sstream>
#include <ctime>
#include <boost/algorithm/string.hpp>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::net::ConnectionEndpoint
 Base class for network endpoints. More...
 
struct  _Wolframe::net::LocalEndpointConfig
 Local connection endpoint configuration for authorization, connection based timeout, etc. More...
 
class  _Wolframe::net::LocalEndpoint
 Local connection endpoints. More...
 
class  _Wolframe::net::LocalTCPendpoint
 Local unencrypted endpoint. More...
 
class  _Wolframe::net::RemoteEndpoint
 Remote connection endpoint. More...
 
class  _Wolframe::net::RemoteTCPendpoint
 Remote unencrypted endpoint. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::net
 Network and connection handling.
 

Typedefs

typedef boost::shared_ptr
< LocalEndpoint > 
_Wolframe::net::LocalEndpointR
 
typedef boost::shared_ptr
< RemoteEndpoint > 
_Wolframe::net::RemoteEndpointR
 

Detailed Description

Classes for network endpoints.