SNode.C
|
This is the complete list of members for iot::mqtt::Mqtt, including all inherited members.
_onPuback(const iot::mqtt::packets::Puback &puback) | iot::mqtt::Mqtt | protected |
_onPubcomp(const iot::mqtt::packets::Pubcomp &pubcomp) | iot::mqtt::Mqtt | protected |
_onPublish(const iot::mqtt::packets::Publish &publish) | iot::mqtt::Mqtt | protected |
_onPubrec(const iot::mqtt::packets::Pubrec &pubrec) | iot::mqtt::Mqtt | protected |
_onPubrel(const iot::mqtt::packets::Pubrel &pubrel) | iot::mqtt::Mqtt | protected |
_packetIdentifier | iot::mqtt::Mqtt | private |
clientId | iot::mqtt::Mqtt | protected |
connectionName | iot::mqtt::Mqtt | protected |
controlPacketDeserializer | iot::mqtt::Mqtt | private |
createControlPacketDeserializer(iot::mqtt::FixedHeader &staticHeader)=0 | iot::mqtt::Mqtt | privatepure virtual |
deliverPacket(iot::mqtt::ControlPacketDeserializer *controlPacketDeserializer)=0 | iot::mqtt::Mqtt | privatepure virtual |
fixedHeader | iot::mqtt::Mqtt | private |
getConnectionName() const | iot::mqtt::Mqtt | |
getMqttContext() const | iot::mqtt::Mqtt | |
getPacketIdentifier() | iot::mqtt::Mqtt | protected |
initSession(Session *session, utils::Timeval keepAlive) | iot::mqtt::Mqtt | protected |
keepAliveTimer | iot::mqtt::Mqtt | private |
Mqtt(const std::string &connectionName) | iot::mqtt::Mqtt | |
Mqtt(const std::string &connectionName, const std::string &clientId) | iot::mqtt::Mqtt | |
Mqtt(Mqtt &&)=delete | iot::mqtt::Mqtt | |
Mqtt(const Mqtt &)=delete | iot::mqtt::Mqtt | |
MqttContext class | iot::mqtt::Mqtt | friend |
mqttContext | iot::mqtt::Mqtt | protected |
onConnected() | iot::mqtt::Mqtt | virtual |
onDisconnected() | iot::mqtt::Mqtt | virtual |
onPuback(const iot::mqtt::packets::Puback &puback) | iot::mqtt::Mqtt | protectedvirtual |
onPubcomp(const iot::mqtt::packets::Pubcomp &pubcomp) | iot::mqtt::Mqtt | protectedvirtual |
onPublish(const iot::mqtt::packets::Publish &publish) | iot::mqtt::Mqtt | protectedvirtual |
onPubrec(const iot::mqtt::packets::Pubrec &pubrec) | iot::mqtt::Mqtt | protectedvirtual |
onPubrel(const iot::mqtt::packets::Pubrel &pubrel) | iot::mqtt::Mqtt | protectedvirtual |
onReceivedFromPeer() | iot::mqtt::Mqtt | private |
onSignal(int sig)=0 | iot::mqtt::Mqtt | pure virtual |
operator=(Mqtt &&)=delete | iot::mqtt::Mqtt | |
operator=(const Mqtt &)=delete | iot::mqtt::Mqtt | |
printFixedHeader(const iot::mqtt::FixedHeader &fixedHeader) const | iot::mqtt::Mqtt | protected |
printVP(const iot::mqtt::ControlPacket &packet) const | iot::mqtt::Mqtt | protected |
send(const iot::mqtt::ControlPacket &controlPacket) const | iot::mqtt::Mqtt | protected |
send(const std::vector< char > &data) const | iot::mqtt::Mqtt | private |
sendPuback(uint16_t packetIdentifier) const | iot::mqtt::Mqtt | |
sendPubcomp(uint16_t packetIdentifier) const | iot::mqtt::Mqtt | |
sendPublish(const std::string &topic, const std::string &message, uint8_t qoS, bool retain) | iot::mqtt::Mqtt | |
sendPubrec(uint16_t packetIdentifier) const | iot::mqtt::Mqtt | |
sendPubrel(uint16_t packetIdentifier) const | iot::mqtt::Mqtt | |
session | iot::mqtt::Mqtt | private |
setMqttContext(MqttContext *mqttContext) | iot::mqtt::Mqtt | private |
state | iot::mqtt::Mqtt | private |
toHexString(const std::vector< char > &data) | iot::mqtt::Mqtt | static |
toHexString(const std::string &data) | iot::mqtt::Mqtt | static |
~Mqtt() | iot::mqtt::Mqtt | virtual |