TcpConnection Member List
This is the complete list of members for TcpConnection, including all inherited members.
create(boost::asio::io_context &io_context) | TcpConnection | static |
disconnect() | TcpConnection | |
isDisconnected() | TcpConnection | |
pointer typedef | TcpConnection | |
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 |