Wolframe, 0.0.3

_Wolframe::net::RemoteTCPendpoint Class Reference

Remote unencrypted endpoint. More...

#include <connectionEndpoint.hpp>

Inheritance diagram for _Wolframe::net::RemoteTCPendpoint:
_Wolframe::net::RemoteEndpoint _Wolframe::net::ConnectionEndpoint

Public Member Functions

 RemoteTCPendpoint (const std::string &Host, unsigned short Port)
 
ConnectionType type () const
 
- Public Member Functions inherited from _Wolframe::net::RemoteEndpoint
 RemoteEndpoint (const std::string &Host, unsigned short Port)
 
EndPoint endpoint () const
 
time_t connectionTime () 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
 

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)
 

Detailed Description

Remote unencrypted endpoint.

Constructor & Destructor Documentation

_Wolframe::net::RemoteTCPendpoint::RemoteTCPendpoint ( const std::string &  Host,
unsigned short  Port 
)
inline

Member Function Documentation

ConnectionType _Wolframe::net::RemoteTCPendpoint::type ( ) const
inlinevirtual

The documentation for this class was generated from the following file: