Local connection endpoints. More...
#include <connectionEndpoint.hpp>
Public Member Functions | |
LocalEndpoint (const std::string &Host, unsigned short Port, const LocalEndpointConfig &Config=LocalEndpointConfig()) | |
virtual ConnectionType | type () const =0 |
EndPoint | endpoint () const |
time_t | creationTime () const |
const LocalEndpointConfig & | config () const |
Public Member Functions inherited from _Wolframe::net::ConnectionEndpoint | |
ConnectionEndpoint (const std::string &Host, unsigned short Port) | |
virtual | ~ConnectionEndpoint () |
const std::string & | host () const |
unsigned short | port () const |
std::string | toString () const |
Private Attributes | |
LocalEndpointConfig | m_config |
configuration for authorization checks More... | |
time_t | m_creationTime |
time when object has been constructed More... | |
Additional Inherited Members | |
Public Types inherited from _Wolframe::net::ConnectionEndpoint | |
enum | ConnectionType { UDP, TCP, SSL } |
enum | EndPoint { LOCAL_ENDPOINT, REMOTE_ENDPOINT } |
Static Public Member Functions inherited from _Wolframe::net::ConnectionEndpoint | |
static const char * | connectionTypeName (ConnectionType t) |
Local connection endpoints.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements _Wolframe::net::ConnectionEndpoint.
|
pure virtual |
Implements _Wolframe::net::ConnectionEndpoint.
Implemented in _Wolframe::net::LocalTCPendpoint.
|
private |
configuration for authorization checks
|
private |
time when object has been constructed
Copyright © 2014 - Project Wolframe - All Rights Reserved