ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Member Functions | Static Public Member Functions | Friends | List of all members
anna::comm::RemoteConnection Class Reference

#include <RemoteConnection.hpp>

Public Member Functions

ServergetServer ()
 
ClientSocketgetClientSocket ()
 
std::string asString () const
 
xml::NodeasXML (xml::Node *parent) const noexcept(false)
 

Static Public Member Functions

static const char * className ()
 

Friends

class Server
 

Member Function Documentation

◆ asString()

std::string anna::comm::RemoteConnection::asString ( ) const

◆ asXML()

xml::Node* anna::comm::RemoteConnection::asXML ( xml::Node parent) const
noexcept

◆ className()

static const char* anna::comm::RemoteConnection::className ( )
inlinestatic
35 { return "anna::comm::RemoteConnection"; }

◆ getClientSocket()

ClientSocket* anna::comm::RemoteConnection::getClientSocket ( )
inline

Conversor de invocacion.

Returns
La instancia del socket asociado a esta instancia. Si no hay socket asociado lanzara una excepcion.
31 { return a_clientSocket; }

◆ getServer()

Server* anna::comm::RemoteConnection::getServer ( )
inline
25 { return a_server; }

Friends And Related Function Documentation

◆ Server

friend class Server
friend

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