tgbot-cpp
|
This is the complete list of members for TgBot::TgWebhookServer< Protocol >, including all inherited members.
_acceptor | TgBot::HttpServer< Protocol > | protected |
_handler | TgBot::HttpServer< Protocol > | protected |
_httpParser | TgBot::HttpServer< Protocol > | protected |
_ioService | TgBot::HttpServer< Protocol > | protected |
_socket | TgBot::HttpServer< Protocol > | protected |
_startAccept() | TgBot::HttpServer< Protocol > | inlineprotected |
HttpServer(const typename boost::asio::basic_socket_acceptor< Protocol >::endpoint_type &endpoint, ServerHandler handler) | TgBot::HttpServer< Protocol > | inline |
ServerHandler typedef | TgBot::HttpServer< Protocol > | |
start() | TgBot::HttpServer< Protocol > | inline |
stop() | TgBot::HttpServer< Protocol > | inline |
TgWebhookServer(const typename boost::asio::basic_socket_acceptor< Protocol >::endpoint_type &endpoint, const typename HttpServer< Protocol >::ServerHandler &handler)=delete | TgBot::TgWebhookServer< Protocol > | |
TgWebhookServer(const typename boost::asio::basic_socket_acceptor< Protocol >::endpoint_type &endpoint, std::string path, const EventHandler &eventHandler) | TgBot::TgWebhookServer< Protocol > | inline |
TgWebhookServer(const typename boost::asio::basic_socket_acceptor< Protocol >::endpoint_type &endpoint, const Bot &bot) | TgBot::TgWebhookServer< Protocol > | inline |