Babel
Epitech's C++ VoIP project
Babel::QtTCPConnection Member List

This is the complete list of members for Babel::QtTCPConnection, including all inherited members.

_bytesReadBabel::QtTCPConnectionprivate
_callbackMessageReceivedBabel::QtTCPConnectionprivate
_connectionIdBabel::QtTCPConnectionprivate
_messagesOutBabel::QtTCPConnectionprivate
_socketBabel::QtTCPConnectionprivate
_tmpMessageBabel::QtTCPConnectionprivate
connect(const std::string &hostname, uint16_t port) overrideBabel::QtTCPConnectionvirtual
disconnect() overrideBabel::QtTCPConnectionvirtual
getId() const overrideBabel::QtTCPConnection
ITCPConnection< RFCCodes >::getId() const=0Babel::ITCPConnection< RFCCodes >pure virtual
getPeerIp() const overrideBabel::QtTCPConnection
ITCPConnection< RFCCodes >::getPeerIp() const=0Babel::ITCPConnection< RFCCodes >pure virtual
getPeerPort() const overrideBabel::QtTCPConnection
ITCPConnection< RFCCodes >::getPeerPort() const=0Babel::ITCPConnection< RFCCodes >pure virtual
isConnected() const overrideBabel::QtTCPConnection
ITCPConnection< RFCCodes >::isConnected() const=0Babel::ITCPConnection< RFCCodes >pure virtual
QtTCPConnection(QWidget *parent=nullptr, std::function< void(void)> onConnect=[](){})Babel::QtTCPConnectionexplicit
readForMessages() overrideBabel::QtTCPConnectionvirtual
readMessage()Babel::QtTCPConnectionprivate
send(Message< RFCCodes > message) overrideBabel::QtTCPConnectionvirtual
setCallbackOnMessage(std::function< void(Message< RFCCodes >)> callMessageReceived) overrideBabel::QtTCPConnectionvirtual
setId(uint64_t id) overrideBabel::QtTCPConnectionvirtual
~ITCPConnection()=defaultBabel::ITCPConnection< RFCCodes >virtual