TcpAsyncServer Member List
This is the complete list of members for TcpAsyncServer, including all inherited members.
close(boost::system::error_code &rEc) | TcpAsyncServer | |
publishMsg(const std::string &message) | TcpAsyncServer | |
setReceiveSendHandler(boost::function< void(const boost::system::error_code &error, const char *receiveData, std::string &sendData)> receiveSendHandler) | TcpAsyncServer | |
setWriteStatusHandler(boost::function< void(const boost::system::error_code &error, std::size_t size)> writeStatusHandler) | TcpAsyncServer | |
startAccept() | TcpAsyncServer | |
stopAll() | TcpAsyncServer | |
TcpAsyncServer(boost::asio::io_context &io_context, std::string ip, unsigned short port) | TcpAsyncServer | |
~TcpAsyncServer() | TcpAsyncServer | virtual |