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