SNode.C
Loading...
Searching...
No Matches
iot::mqtt::server::Mqtt Member List
This is the complete list of members for
iot::mqtt::server::Mqtt
, including all inherited members.
_onConnect
(const iot::mqtt::server::packets::Connect &connect)
iot::mqtt::server::Mqtt
private
_onDisconnect
(const iot::mqtt::server::packets::Disconnect &disconnect)
iot::mqtt::server::Mqtt
private
_onPingreq
(const iot::mqtt::server::packets::Pingreq &pingreq)
iot::mqtt::server::Mqtt
private
_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::server::packets::Publish &publish)
iot::mqtt::server::Mqtt
private
iot::mqtt::Mqtt::_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
_onSubscribe
(const iot::mqtt::server::packets::Subscribe &subscribe)
iot::mqtt::server::Mqtt
private
_onUnsubscribe
(const iot::mqtt::server::packets::Unsubscribe &unsubscribe)
iot::mqtt::server::Mqtt
private
_packetIdentifier
iot::mqtt::Mqtt
private
broker
iot::mqtt::server::Mqtt
protected
cleanSession
iot::mqtt::server::Mqtt
protected
clientId
iot::mqtt::Mqtt
protected
connectFlags
iot::mqtt::server::Mqtt
protected
connectionName
iot::mqtt::Mqtt
protected
controlPacketDeserializer
iot::mqtt::Mqtt
private
createControlPacketDeserializer
(iot::mqtt::FixedHeader &fixedHeader) final
iot::mqtt::server::Mqtt
private
virtual
deliverPacket
(iot::mqtt::ControlPacketDeserializer *controlPacketDeserializer) override
iot::mqtt::server::Mqtt
private
virtual
fixedHeader
iot::mqtt::Mqtt
private
getCleanSession
() const
iot::mqtt::server::Mqtt
getClientId
() const
iot::mqtt::server::Mqtt
getConnectFlags
() const
iot::mqtt::server::Mqtt
getConnectionName
() const
iot::mqtt::Mqtt
getKeepAlive
() const
iot::mqtt::server::Mqtt
getLevel
() const
iot::mqtt::server::Mqtt
getMqttContext
() const
iot::mqtt::Mqtt
getPacketIdentifier
()
iot::mqtt::Mqtt
protected
getPassword
() const
iot::mqtt::server::Mqtt
getPasswordFlag
() const
iot::mqtt::server::Mqtt
getProtocol
() const
iot::mqtt::server::Mqtt
getReflect
() const
iot::mqtt::server::Mqtt
getUsername
() const
iot::mqtt::server::Mqtt
getUsernameFlag
() const
iot::mqtt::server::Mqtt
getWillFlag
() const
iot::mqtt::server::Mqtt
getWillMessage
() const
iot::mqtt::server::Mqtt
getWillQoS
() const
iot::mqtt::server::Mqtt
getWillRetain
() const
iot::mqtt::server::Mqtt
getWillTopic
() const
iot::mqtt::server::Mqtt
initSession
(const utils::Timeval &keepAlive)
iot::mqtt::server::Mqtt
private
initSession
(Session *session, utils::Timeval keepAlive)
iot::mqtt::server::Mqtt
private
iot::mqtt::server::packets::Connect
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Disconnect
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Pingreq
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Puback
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Pubcomp
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Publish
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Pubrec
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Pubrel
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Subscribe
class
iot::mqtt::server::Mqtt
friend
iot::mqtt::server::packets::Unsubscribe
class
iot::mqtt::server::Mqtt
friend
keepAlive
iot::mqtt::server::Mqtt
protected
keepAliveTimer
iot::mqtt::Mqtt
private
level
iot::mqtt::server::Mqtt
protected
Mqtt
(const std::string &connectionName, const std::shared_ptr< broker::Broker > &broker)
iot::mqtt::server::Mqtt
explicit
iot::mqtt::Mqtt::Mqtt
(const std::string &connectionName)
iot::mqtt::Mqtt
iot::mqtt::Mqtt::Mqtt
(const std::string &connectionName, const std::string &clientId)
iot::mqtt::Mqtt
iot::mqtt::Mqtt::Mqtt
(Mqtt &&)=delete
iot::mqtt::Mqtt
iot::mqtt::Mqtt::Mqtt
(const Mqtt &)=delete
iot::mqtt::Mqtt
mqttContext
iot::mqtt::Mqtt
protected
onConnect
(const iot::mqtt::packets::Connect &connect)
iot::mqtt::server::Mqtt
private
virtual
onConnected
()
iot::mqtt::Mqtt
virtual
onDisconnect
(const iot::mqtt::packets::Disconnect &disconnect)
iot::mqtt::server::Mqtt
private
virtual
onDisconnected
()
iot::mqtt::Mqtt
virtual
onPingreq
(const iot::mqtt::packets::Pingreq &pingreq)
iot::mqtt::server::Mqtt
private
virtual
onPuback
(const iot::mqtt::packets::Puback &puback)
iot::mqtt::Mqtt
protected
virtual
onPubcomp
(const iot::mqtt::packets::Pubcomp &pubcomp)
iot::mqtt::Mqtt
protected
virtual
onPublish
(const iot::mqtt::packets::Publish &publish)
iot::mqtt::Mqtt
protected
virtual
onPubrec
(const iot::mqtt::packets::Pubrec &pubrec)
iot::mqtt::Mqtt
protected
virtual
onPubrel
(const iot::mqtt::packets::Pubrel &pubrel)
iot::mqtt::Mqtt
protected
virtual
onReceivedFromPeer
()
iot::mqtt::Mqtt
private
onSignal
(int sig) override
iot::mqtt::server::Mqtt
protected
virtual
onSubscribe
(const iot::mqtt::packets::Subscribe &subscribe)
iot::mqtt::server::Mqtt
private
virtual
onUnsubscribe
(const iot::mqtt::packets::Unsubscribe &unsubscribe)
iot::mqtt::server::Mqtt
private
virtual
operator=
(Mqtt &&)=delete
iot::mqtt::Mqtt
operator=
(const Mqtt &)=delete
iot::mqtt::Mqtt
password
iot::mqtt::server::Mqtt
protected
passwordFlag
iot::mqtt::server::Mqtt
protected
printFixedHeader
(const iot::mqtt::FixedHeader &fixedHeader) const
iot::mqtt::Mqtt
protected
printVP
(const iot::mqtt::ControlPacket &packet) const
iot::mqtt::Mqtt
protected
protocol
iot::mqtt::server::Mqtt
protected
reflect
iot::mqtt::server::Mqtt
protected
releaseSession
()
iot::mqtt::server::Mqtt
private
send
(const iot::mqtt::ControlPacket &controlPacket) const
iot::mqtt::Mqtt
protected
send
(const std::vector< char > &data) const
iot::mqtt::Mqtt
private
sendConnack
(uint8_t returnCode, uint8_t flags) const
iot::mqtt::server::Mqtt
sendPingresp
() const
iot::mqtt::server::Mqtt
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
sendSuback
(uint16_t packetIdentifier, const std::list< uint8_t > &returnCodes) const
iot::mqtt::server::Mqtt
sendUnsuback
(uint16_t packetIdentifier) const
iot::mqtt::server::Mqtt
session
iot::mqtt::Mqtt
private
setMqttContext
(MqttContext *mqttContext)
iot::mqtt::Mqtt
private
state
iot::mqtt::Mqtt
private
Super
typedef
iot::mqtt::server::Mqtt
private
toHexString
(const std::vector< char > &data)
iot::mqtt::Mqtt
static
toHexString
(const std::string &data)
iot::mqtt::Mqtt
static
username
iot::mqtt::server::Mqtt
protected
usernameFlag
iot::mqtt::server::Mqtt
protected
willFlag
iot::mqtt::server::Mqtt
protected
willMessage
iot::mqtt::server::Mqtt
protected
willQoS
iot::mqtt::server::Mqtt
protected
willRetain
iot::mqtt::server::Mqtt
protected
willTopic
iot::mqtt::server::Mqtt
protected
~Mqtt
() override
iot::mqtt::server::Mqtt
virtual
Generated on Mon Feb 10 2025 20:22:17 for SNode.C by
1.11.0