#include <PubSubClient.hpp>
|
static constexpr std::vector< QString >::size_type | MAX_LISTENS = 50 |
|
◆ PubSubClient()
◆ close()
void chatterino::PubSubClient::close |
( |
const std::string & |
reason, |
|
|
websocketpp::close::status::value |
code = websocketpp::close::status::normal |
|
) |
| |
◆ getListeners()
std::vector< Listener > chatterino::PubSubClient::getListeners |
( |
| ) |
const |
◆ handleListenResponse()
void chatterino::PubSubClient::handleListenResponse |
( |
const PubSubMessage & |
message | ) |
|
◆ handlePong()
void chatterino::PubSubClient::handlePong |
( |
| ) |
|
◆ handleUnlistenResponse()
void chatterino::PubSubClient::handleUnlistenResponse |
( |
const PubSubMessage & |
message | ) |
|
◆ isListeningToTopic()
bool chatterino::PubSubClient::isListeningToTopic |
( |
const QString & |
topic | ) |
|
◆ listen()
◆ start()
void chatterino::PubSubClient::start |
( |
| ) |
|
◆ stop()
void chatterino::PubSubClient::stop |
( |
| ) |
|
◆ unlistenPrefix()
◆ MAX_LISTENS
constexpr std::vector<QString>::size_type chatterino::PubSubClient::MAX_LISTENS = 50 |
|
static |
The documentation for this class was generated from the following files: