buffer | dpp::ssl_client | protected |
bytes_in | dpp::ssl_client | protected |
bytes_out | dpp::ssl_client | protected |
cipher | dpp::ssl_client | protected |
clear_queue() | dpp::discord_client | |
close() | dpp::websocket_client | virtual |
connect() | dpp::websocket_client | protectedvirtual |
connect_voice(snowflake guild_id, snowflake channel_id, bool self_mute=false, bool self_deaf=false, bool enable_dave=false) | dpp::discord_client | |
connecting_voice_channels | dpp::discord_client | |
creator | dpp::discord_client | |
custom_readable_fd | dpp::ssl_client | |
custom_readable_ready | dpp::ssl_client | |
custom_writeable_fd | dpp::ssl_client | |
custom_writeable_ready | dpp::ssl_client | |
disconnect_voice(snowflake guild_id) | dpp::discord_client | |
disconnect_voice_internal(snowflake guild_id, bool send_json=true) | dpp::discord_client | protected |
discord_client(dpp::cluster *_cluster, uint32_t _shard_id, uint32_t _max_shards, const std::string &_token, uint32_t intents=0, bool compressed=true, websocket_protocol_t ws_protocol=ws_json) | dpp::discord_client | |
dpp::cluster | dpp::discord_client | friend |
dpp::events::guild_create | dpp::discord_client | friend |
dpp::events::voice_state_update | dpp::discord_client | friend |
error(uint32_t errorcode) | dpp::discord_client | virtual |
get_bytes_in() | dpp::ssl_client | |
get_bytes_out() | dpp::ssl_client | |
get_channel_count() | dpp::discord_client | |
get_cipher() | dpp::ssl_client | |
get_decompressed_bytes_in() | dpp::discord_client | |
get_guild_count() | dpp::discord_client | |
get_member_count() | dpp::discord_client | |
get_queue_size() | dpp::discord_client | |
get_state() const | dpp::websocket_client | protected |
get_uptime() | dpp::discord_client | |
get_voice(snowflake guild_id) | dpp::discord_client | |
handle_buffer(std::string &buffer) | dpp::websocket_client | virtual |
handle_event(const std::string &event, json &j, const std::string &raw) | dpp::discord_client | virtual |
handle_frame(const std::string &buffer, ws_opcode opcode) | dpp::discord_client | virtual |
heartbeat_interval | dpp::discord_client | |
hostname | dpp::ssl_client | protected |
intents | dpp::discord_client | |
is_connected() | dpp::discord_client | |
keepalive | dpp::ssl_client | |
last_heartbeat | dpp::discord_client | |
last_heartbeat_ack | dpp::discord_client | |
last_seq | dpp::discord_client | |
last_tick | dpp::ssl_client | protected |
log(dpp::loglevel severity, const std::string &msg) const | dpp::discord_client | virtual |
make_new | dpp::ssl_client | protected |
max_shards | dpp::discord_client | |
nonblocking | dpp::ssl_client | protected |
obuffer | dpp::ssl_client | protected |
one_second_timer() | dpp::discord_client | virtual |
plaintext | dpp::ssl_client | protected |
port | dpp::ssl_client | protected |
protocol | dpp::discord_client | |
queue_message(const std::string &j, bool to_front=false) | dpp::discord_client | |
read_loop() | dpp::ssl_client | |
ready | dpp::discord_client | |
reconnects | dpp::discord_client | |
resume_gateway_url | dpp::discord_client | |
resumes | dpp::discord_client | |
run() | dpp::discord_client | |
send_close_packet() | dpp::websocket_client | |
sessionid | dpp::discord_client | |
sfd | dpp::ssl_client | protected |
shard_id | dpp::discord_client | |
socket_write(const std::string_view data) | dpp::ssl_client | |
ssl | dpp::ssl_client | protected |
ssl_client(const std::string &_hostname, const std::string &_port="443", bool plaintext_downgrade=false, bool reuse=false) | dpp::ssl_client | |
terminating | dpp::discord_client | protected |
thread_id | dpp::discord_client | |
token | dpp::discord_client | |
voice_mutex | dpp::discord_client | |
websocket_client(const std::string &hostname, const std::string &port="443", const std::string &urlpath="", ws_opcode opcode=OP_BINARY) | dpp::websocket_client | |
websocket_ping | dpp::discord_client | |
write(const std::string_view data, ws_opcode _opcode=OP_AUTO) | dpp::websocket_client | virtual |
~discord_client() | dpp::discord_client | virtual |
~ssl_client() | dpp::ssl_client | virtual |
~websocket_client()=default | dpp::websocket_client | virtual |