TcpConnection Member List

This is the complete list of members for TcpConnection, including all inherited members.

create(boost::asio::io_context &io_context)TcpConnectionstatic
disconnect()TcpConnection
isDisconnected()TcpConnection
pointer typedefTcpConnection
receive()TcpConnection
setReceiveSendHandler(boost::function< void(const boost::system::error_code &error, const char *receiveData, std::string &sendData)> receiveSendHandler)TcpConnection
setWriteStatusHandler(boost::function< void(const boost::system::error_code &error, std::size_t size)> writeStatusHandler)TcpConnection
socket()TcpConnection
write(std::string sendData)TcpConnection